| Package | Description |
|---|---|
| org.openimaj.math.util |
| Modifier and Type | Method and Description |
|---|---|
static MathUtils.ExponentAndMantissa |
MathUtils.frexp(double value)
Implementation of the C
frexp function to break
floating-point number into normalized fraction and power of 2. |