public class SinCos extends Object
This class is a simple container, it does not provide any computational method.
FastMath.sinCos(double)
Modifier and Type | Method and Description |
---|---|
double |
cos()
Get the value of the cosine.
|
double |
sin()
Get the value of the sine.
|
Copyright © 2016–2019 Hipparchus.org. All rights reserved.