* sin, cos, tan
* asin, acos, atan
* sinh, cosh, tanh
* log, log10
* atan2
* expm1, log1p
- relates to
-
JDK-4141677 The spec for java.lang.Math should not be written in C.
- Closed
-
JDK-4378241 fdlibm.h requires define __LITTLE_ENDIAN instead of _LITTLE_ENDIAN
- Closed
-
JDK-8305689 Consider adding an intrinsic for StrictMath.IEEEremainder
- Open
-
JDK-8301833 Add wide-ranging tests for FDLIBM porting
- Resolved
-
JDK-8308049 Refactor nested class declarations in FdLibm.java
- Resolved
-
JDK-8324296 Reconsider the need for math StubRoutines after fdlibm ports
- Open
-
JDK-8134780 Port fdlibm to Java, part 1
- Resolved
1.
|
Port fdlibm log10 to Java | Resolved | Joe Darcy | ||
2.
|
Port fdlibm log1p to Java | Resolved | Joe Darcy | ||
3.
|
Port fdlibm expm1 to Java | Resolved | Joe Darcy | ||
4.
|
Port fdlibm log to Java | Resolved | Joe Darcy | ||
5.
|
Port fdlibm inverse trig functions (asin, acos, atan) to Java | Resolved | Joe Darcy | ||
6.
|
Port fdlibm hyperbolic transcendental functions to Java | Resolved | Joe Darcy | ||
7.
|
Augment NaN handling tests of FDLIBM methods | Resolved | Joe Darcy | ||
8.
|
Port fdlibm atan2 to Java | Resolved | Joe Darcy | ||
9.
|
Port fdlibm sqrt to Java | Resolved | Joe Darcy | ||
10.
|
Port fdlibm trig functions (sin, cos, tan) to Java | Resolved | Joe Darcy | ||
11.
|
Remove fdlibm C sources | Closed | Joe Darcy | ||
12.
|
[BACKOUT] JDK-8302801 Remove fdlibm C sources | Resolved | David Holmes | ||
13.
|
Port fdlibm IEEEremainder to Java | Resolved | Joe Darcy | ||
14.
|
REDO - Remove fdlibm C sources | Resolved | Joe Darcy | ||
15.
|
Refactor FdLibm.java | Resolved | Joe Darcy |