T - the type of the field elementspublic class FieldSinCos<T> extends Object
This class is a simple container, it does not provide any computational method.
FastMath.sinCos(org.hipparchus.RealFieldElement)| Constructor and Description | 
|---|
| FieldSinCos(T sin,
           T cos)Simple constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| T | cos()Get the value of the cosine. | 
| T | sin()Get the value of the sine. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.