Next: baselib booleans, Previous: baselib predicates, Up: baselib [Index]
The procedures described here implement arithmetic that is generic over the numerical tower. The generic procedures described in this section accept both exact and inexact number objects as arguments, performing coercions and selecting the appropriate operations as determined by the numeric subtypes of their arguments.
• baselib math exactness: | Propagation of exactness and inexactness. | |
• baselib math infinities: | Representability of infinities and NaNs. | |
• baselib math semantics: | Semantics of common operations. | |
• baselib math ops: | Numerical operations. | |
• baselib math string: | Numerical input and output. |