FromBase Command

From GeoGebra Manual
Revision as of 12:50, 5 October 2017 by Mathmum (talk | contribs) (command syntax: changed [ ] into ( ))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.
  • FromBase("100000000", 2) returns 256.
Note: See also ToBase command
© 2024 International GeoGebra Institute