Home > rc-js-util > _F32
Utilities relating to single precision floats.
Signature:
export declare class _F32
See _F64.
Property | Modifiers | Type | Description |
---|---|---|---|
bounds | static |
Range2d<Float32Array> | |
mantissaBits | static |
(not declared) | |
mantissaPrecision | static |
number | |
MAX_VALUE | static |
number | |
MIN_POSITIVE_VALUE | static |
number |
Method | Modifiers | Description |
---|---|---|
getPrecision(value) | static |
|
isEqual(a, b, delta) | static |