StrictMath
Class StrictMath
- java.lang.Object
-
- java.lang.StrictMath
public final class StrictMath extends Object
The class StrictMath
contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
To help ensure portability of Java programs, the definitions of some of the numeric functions in this package require that they produce the same results as certain published algorithms. These algorithms are available from the well-known network library netlib
as the package "Freely Distributable Math Library," fdlibm
. These algorithms, which are written in the C programming language, are