Constant js_int::MIN_SAFE_INT
source ยท pub const MIN_SAFE_INT: i64 = _; // -9_007_199_254_740_991i64
Expand description
The smallest integer value that can be represented exactly by an f64.
pub const MIN_SAFE_INT: i64 = _; // -9_007_199_254_740_991i64
The smallest integer value that can be represented exactly by an f64.