Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
JDK-7130085 :
|
|
JDK-8134795 :
|
|
JDK-8136799 :
|
|
JDK-8139688 :
|
The java.lang.StrictMath libraries require use of the FDLIBM algorithms for some methods: * sin, cos, tan * asin, acos, atan * sinh, cosh, tanh * log, exp, log10 * cbrt * atan2 * pow * hypot * expm1, log1p These algorithms are implemented in C and it would be advantageous to implement them in Java instead.
|