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 Object
Enclose the Cody/Waite reduction (used in "sin", "cos" and "tan").
Method Summary |
(package private) int |
getK()
|
(package private) double |
getRemA()
|
(package private) double |
getRemB()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
finalK
private final int finalK
- k
finalRemA
private final double finalRemA
- remA
finalRemB
private final double finalRemB
- remB
FastMath.CodyWaite
FastMath.CodyWaite(double xa)
- Parameters:
xa
- Argument.
getK
int getK()
- Returns:
- k
getRemA
double getRemA()
- Returns:
- remA
getRemB
double getRemB()
- Returns:
- remB
Copyright (c) 2003-2013 Apache Software Foundation