Octal Numbers

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.png
Available since: Gideros 2017.10

Description

Octal number representation.

0oOctalPattern, enter a number in octal format

Examples

a=0o10 -- a = 8
a=0o112 -- a = 74