contents   index   previous   next



Octal

 

Octal notation uses base 8 digits from the set of 0-7. These digits are preceded by 0. Examples are:

 

00, 05, and 077

var a = 0143;

 


Floating point