Package org.hipparchus.util
Class SinCos
- java.lang.Object
-
- org.hipparchus.util.SinCos
-
public class SinCos extends Object
Holder for both sin and cosine values.This class is a simple container, it does not provide any computational method.
- Since:
- 1.3
- See Also:
FastMath.sinCos(double)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
cos()
Get the value of the cosine.double
sin()
Get the value of the sine.
-