public class RivensTrigonometry extends java.lang.Object implements TrigonometryBase
| Constructor and Description |
|---|
RivensTrigonometry() |
| Modifier and Type | Method and Description |
|---|---|
float |
cos(float x)
Calculates the cosine of a given value.
|
float |
sin(float x)
Calculates the sine of a given value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittanpublic float sin(float x)
TrigonometryBasesin in interface TrigonometryBasex - The value.public float cos(float x)
TrigonometryBasecos in interface TrigonometryBasex - The value.