The util.Math class
The util.Math
class provides basic mathematical functions based on
floating point numbers (FLOAT
).
This class does not have to be instantiated; it provides class methods for the current program.
This class is provided in the
util
C-Extension library. To use the
util.Math
class, you must import the util
package in your
program:IMPORT util