PowerAda 129

From OC Systems Wiki!
< PowerAda:APPENDIX C. Implementation Characteristics‎ | Annex M
Revision as of 00:31, 24 April 2019 by imported>WikiVisor (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

(129) The value of the angle threshold, within which certain elementary functions, complex arithmetic operations, and complex elementary functions yield results conforming to a maximum relative error bound.

See G.2.4(10).

The trigonometric functions are based on the C math libraries. Officially the angle threshold is 2.0**26 (the minimum allowed for long_float). Unofficially it is many orders of magnitude larger. See below for more details on the trigonometric functions.