Difference between revisions of "FromBase Command"

From GeoGebra Manual
Jump to: navigation, search
(added link to ToBase)
Line 4: Line 4:
 
:Converts given number from given [[w:Radix|base]] into decimal base. The base must be between 2 and 36. The number must be an integer.
 
:Converts given number from given [[w:Radix|base]] into decimal base. The base must be between 2 and 36. The number must be an integer.
 
{{Example|1=<code>FromBase["FF",16]</code> returns 255}}
 
{{Example|1=<code>FromBase["FF",16]</code> returns 255}}
 +
{{Note|1=See also [[ToBase Command|ToBase]] command}}

Revision as of 07:44, 29 May 2012


FromBase[ <Number as Text>, <Base> ]
Converts given number from given base into decimal base. The base must be between 2 and 36. The number must be an integer.
Example: FromBase["FF",16] returns 255
Note: See also ToBase command
© 2024 International GeoGebra Institute