Difference between revisions of "FromBase Command"

From GeoGebra Manual
Jump to: navigation, search
(command syntax: changed [ ] into ( ))
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>{{betamanual|version=4.2}}
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|algebra}}
{{command|algebra}}
+
;FromBase( "<Number as Text>", <Base> )
;FromBase[ "<Number as Text>", <Base> ]
 
 
: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. <code>FromBase["100000000",2]</code> returns 256}}
+
:{{Example|1=<div>
 +
:*<code>FromBase("FF", 16)</code> returns 255.  
 +
:*<code>FromBase("100000000", 2)</code> returns 256. </div>}}
 
{{Note|1=See also [[ToBase Command|ToBase]] command}}
 
{{Note|1=See also [[ToBase Command|ToBase]] command}}

Latest revision as of 11:50, 5 October 2017


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