16 lines
247 B
Plaintext
16 lines
247 B
Plaintext
|
|
||
|
{{alias}}
|
||
|
Minimum safe single-precision floating-point integer.
|
||
|
|
||
|
The minimum safe single-precision floating-point integer is given by
|
||
|
`-(2^24 - 1)`.
|
||
|
|
||
|
Examples
|
||
|
--------
|
||
|
> {{alias}}
|
||
|
-16777215
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|