Difference between revisions of "ScientificText Command"

From GeoGebra Manual
Jump to: navigation, search
m (Reference to Aus version (not relevant for translators))
(command syntax: changed [ ] into ( ))
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>  
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>  
 
{{command|text|non-UK_version=ScientificText|UK_version=StandardForm}}
 
{{command|text|non-UK_version=ScientificText|UK_version=StandardForm}}
;ScientificText[ <Number> ]
+
;ScientificText( <Number> )
 
:Displays the number in [[w:Scientific_notation|scientific notation]]
 
:Displays the number in [[w:Scientific_notation|scientific notation]]
:{{example|1=<code>ScientificText[0.002]</code> gives ''2 x 10<sup>-3</sup>.''}}
+
:{{example|1=<code>ScientificText(0.002)</code> gives ''2 × 10<sup>-3</sup>.''}}
;ScientificText[ <Number>, <Precision> ]
+
;ScientificText( <Number>, <Precision> )
 
:Displays the number in [[w:Scientific_notation|scientific notation]], rounded to the number of significant digits specified by '''precision'''
 
:Displays the number in [[w:Scientific_notation|scientific notation]], rounded to the number of significant digits specified by '''precision'''
:{{example|1=<code>ScientificText[e,5]</code> gives ''2.7183 x 10<sup>0</sup>.''}}
+
:{{example|1=<code>ScientificText(e,5)</code> gives ''2.7183 × 10<sup>0</sup>.''}}

Latest revision as of 12:06, 3 October 2017


ScientificText( <Number> )
Displays the number in scientific notation
Example: ScientificText(0.002) gives 2 × 10-3.
ScientificText( <Number>, <Precision> )
Displays the number in scientific notation, rounded to the number of significant digits specified by precision
Example: ScientificText(e,5) gives 2.7183 × 100.
© 2024 International GeoGebra Institute