Important: The information in this document is obsolete and should not be used for new development.
Appendix E - MathLib Reference
This appendix provides a reference for the numeric implementation in the
C programming language. It summarizes the data formats available and tells how to
determine the floating-point class for a value. It also lists functions that control the
floating-point environment, functions that perform floating-point operations,
and the exceptions those functions might raise.
Appendix Contents
- Floating-Point Data Formats
- Environmental Controls
- Operations and Functions