Next: 5.5.4 Characters
Up: 5.5 Operators
Previous: 5.5.2 Long Integers
IC
uses a package of
public-domain floating point routines distributed by Motorola. This
package includes arithmetic, trigonometric, and logarithmic functions.
The following operations are supported on floating point numbers:
- Arithmetic. addition
+, subtraction
-,
multiplication
*, division
/.
- Comparison. greater-than
>, less-than
<, equality
==, greater-than-equal
>=, less-than-equal
<=.
- Built-in Math Functions. A set of trigonometric, logarithmic, and
exponential functions is supported, as discussed in
Section 11 of this document.
Fred G. Martin
Fri Mar 29 17:44:15 EST 1996