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 | Description |
---|---|---|
double |
cos() |
Get the value of the cosine.
|
double |
sin() |
Get the value of the sine.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.