org.apache.commons.math3.util
Class FastMath.CodyWaite

java.lang.Object
  extended by 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").


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

finalK

private final int finalK
k


finalRemA

private final double finalRemA
remA


finalRemB

private final double finalRemB
remB

Constructor Detail

FastMath.CodyWaite

FastMath.CodyWaite(double xa)
Parameters:
xa - Argument.
Method Detail

getK

int getK()
Returns:
k

getRemA

double getRemA()
Returns:
remA

getRemB

double getRemB()
Returns:
remB


Copyright (c) 2003-2013 Apache Software Foundation