On Mar 7, 2013, at 9:33 AM, "Creighton, Sean" <sean.creigh...@citi.com> wrote:

>> 
>> as.numeric(ImpVol[1,5,57]) == 0.0001
> [1] FALSE
>> 
>> as.numeric(ImpVol[1,5,57])
> [1] 1e-04
>> 
>> 0.0001
> [1] 1e-04
>> 
> 
> 
> Any tips? 
> Thanks
> Sean


See R "Super FAQ" 7.31:

  
http://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-doesn_0027t-R-think-these-numbers-are-equal_003f

Regards,

Marc Schwartz

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to