Numbers
Integers and floats to rule the world!
Type
Size (bits)
Min Value
Max Value
Type
Size (bits)
Significant Bits
Exponent Bits
Decimal Digits
a = 1;
b = 50.1;
writeOutput( a * b );Numeric Type
numeric function add( numeric a, numeric b ){
return a + b;
}Operators & Functions
Casting/Parsing
Is it a number?
Repeating Instructions
Last updated
Was this helpful?
