Commit 21e230a
Gilles Sadowski
MATH-1630: Runtime switch between JDK and CM implementations of the methods defined in "java.lang.Math".
Default is to use the CM implementations in order to retain previous behaviour.
When using the JDK implementations, some unit tests fail (on Java 8).
Class "AccurateMath" was moved to "o.a.c.math4.core" package.
[Unit tests for that class were not moved because they depend on "legacy" classes.]1 parent 39c4767 commit 21e230a
328 files changed
Lines changed: 3519 additions & 2393 deletions
File tree
- commons-math-core/src/main/java/org/apache/commons/math4/core/jdkmath
- commons-math-legacy-core
- src
- main/java/org/apache/commons/math4/legacy/core
- test/java/org/apache/commons/math4/legacy/core
- dfp
- jdkmath
- commons-math-legacy/src
- main/java/org/apache/commons/math4/legacy
- analysis
- differentiation
- function
- integration
- gauss
- interpolation
- polynomials
- solvers
- distribution
- fitting
- fitting
- leastsquares
- genetics
- linear
- ml
- clustering
- distance
- ode
- events
- nonstiff
- sampling
- optim
- linear
- nonlinear/scalar
- noderiv
- univariate
- random
- special
- stat
- correlation
- descriptive
- moment
- rank
- summary
- inference
- interval
- ranking
- regression
- test
- java/org/apache/commons/math4/legacy
- analysis
- differentiation
- function
- integration
- gauss
- interpolation
- polynomials
- solvers
- distribution
- field
- filter
- fitting
- leastsquares
- genetics
- linear
- ml/distance
- ode
- events
- nonstiff
- sampling
- optim
- nonlinear/scalar/noderiv
- univariate
- random
- stat
- correlation
- descriptive
- moment
- rank
- inference
- regression
- util
- maxima/special/RealFunctionValidation
- src/main/resources/checkstyle
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
647 | 646 | | |
648 | 647 | | |
649 | 648 | | |
650 | | - | |
| 649 | + | |
651 | 650 | | |
652 | | - | |
653 | | - | |
| 651 | + | |
654 | 652 | | |
655 | | - | |
| 653 | + | |
656 | 654 | | |
657 | 655 | | |
658 | 656 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments