Special Numeric Formats
Hexadecimal, octal, binary, and scientific numeric literals.
Notation
Prefix / form
Example
Value
dec: number, hex: number, oct: number, bin: number, sci: number
---
255, 0xFF, 0o377, 0b11111111, 2.55e2Notes
See Also
Last updated
Was this helpful?
