Package org.apache.commons.math3.util
Class FastMath.CodyWaite
- java.lang.Object
-
- org.apache.commons.math3.util.FastMath.CodyWaite
-
- Enclosing class:
- FastMath
private static class FastMath.CodyWaite extends java.lang.Object
Enclose the Cody/Waite reduction (used in "sin", "cos" and "tan").
-
-
Constructor Summary
Constructors Constructor Description CodyWaite(double xa)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
getK()
(package private) double
getRemA()
(package private) double
getRemB()
-