EVALUATION
Bug to track future JSR submission.
###@###.### 2002-02-04
Name: jd38982 Date: 02/04/2002
This feature has been added for Tiger release
======================================================================
The preliminary list of methods being considering includes
cbrt
exp2
expm1
log10
log2
hypot
fma
erf, erfc
gamma, lgamma
sinh, cosh, tanh,...
Investigation of adding such methods probably doesn't warrant a full jsr.
###@###.### 2002-05-31
Update list of target methods to add is
sinh, cosh, tanh,
hypot, log1p, expm1,
exp2, log2,
fma
###@###.### 2003-06-04
The final list of major math library methods added in Tiger is:
log10
cbrt
hypot
sinh, cosh, tanh
log1p
expm1
Additionally, ulp and signum were added.
This bug is being closed as a dup of a bug covering a subset of the methods above.
To express interest in more additions to Java's math library, please transfer JDC votes to bug 4919337 "Augment Java math libraries with more methods from C libm and IEEE 754" which will track addition of methods like
asinh, acosh, atanh
fused mac
log2, exp2
###@###.### 2003-09-08
|