| Package | Description |
|---|---|
| org.math.plot.utils |
| Modifier and Type | Method and Description |
|---|---|
static void |
FastMath.sinAndCos(double angle,
FastMath.DoubleWrapper sine,
FastMath.DoubleWrapper cosine)
Computes sine and cosine together, at the cost of... a dependency of this class with DoubleWrapper.
|
static void |
FastMath.sinhAndCosh(double value,
FastMath.DoubleWrapper hsine,
FastMath.DoubleWrapper hcosine)
Computes hyperbolic sine and hyperbolic cosine together, at the cost of... a dependency of this class with DoubleWrapper.
|
static boolean |
FastMath.toDMS(double angrad,
FastMath.IntWrapper degrees,
FastMath.IntWrapper minutes,
FastMath.DoubleWrapper seconds) |
Copyright © 2015. All rights reserved.