Numbers
Syntax
Decimal
Hexadecimal
Binary
To write binary number, use '0b' prefix and binary digits (0 or 1).
In aup, the range of number is 1.7E +/- 308 (15 digits).
Implementation notes
// just a double
Last updated