Enhancements to java.math |
Math Contents |
JDK 5.0
BigDecimal
class has
added support for fixed-precision floating-point computation.
Refer to
JSR 13.
Math
and StrictMath
libraries include
hyperbolic transcendental functions (sinh, cosh, tanh), cube root, base
10 logarithm, etc.
Float
and
Double
.
Copyright © 2004 Sun Microsystems, Inc. All Rights Reserved. |