Next: RM G 2 6 15 Complex Arithmetic Accuracy, Previous: RM G 1 2 49 Complex Elementary Functions, Up: Implementation Advice [Contents][Index]
"The versions of the forward trigonometric functions without a
Cycle
parameter should not be implemented by calling the corresponding version with aCycle
parameter of2.0*Numerics.Pi
, since this will not provide the required accuracy in some portions of the domain. For the same reason, the version ofLog
without aBase
parameter should not be implemented by calling the corresponding version with aBase
parameter ofNumerics.e
."
Followed.