Precision of sin(), cos() , etc.
- Posted by Harry Hickey <hwhickey at erols.com> Aug 22, 2005
- 429 views
The reference manual examples for using sin(0 and cos() show values being returned with just 3 decimal digits. I would like to be able to get sines, cosines, tangents, to double-precision values. I understand this kind of precision is built-in to the Pentium hardware. Is there any way I can get this precision in my Euphoria programs?