Home > rc-js-util > _F64
Utilities relating to double precision floats.
Signature:
export declare class _F64
See _F64.
Property | Modifiers | Type | Description |
---|---|---|---|
bounds | static |
Range2d<Float64Array> | |
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 |