|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.util.FastMath.CodyWaite
private static class FastMath.CodyWaite
Enclose the Cody/Waite reduction (used in "sin", "cos" and "tan").
Field Summary | |
---|---|
private int |
finalK
k |
private double |
finalRemA
remA |
private double |
finalRemB
remB |
Constructor Summary | |
---|---|
FastMath.CodyWaite(double xa)
|
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 |
Field Detail |
---|
private final int finalK
private final double finalRemA
private final double finalRemB
Constructor Detail |
---|
FastMath.CodyWaite(double xa)
xa
- Argument.Method Detail |
---|
int getK()
double getRemA()
double getRemB()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |