Difference between revisions of "Numeric Command"

From GeoGebra Manual
Jump to: navigation, search
Line 6: Line 6:
 
;Numeric[ <Expression>, <significant figures> ]
 
;Numeric[ <Expression>, <significant figures> ]
 
:Tries to determine a numerical approximation of the given expression, using the entered number of significant figures.
 
:Tries to determine a numerical approximation of the given expression, using the entered number of significant figures.
:{{example|1=<div><code><nowiki>Numeric[sin(1), 20 ]</nowiki></code> yields ''0.84147098480789650666''.</div>}}
+
:{{example|1=<div><code><nowiki>Numeric[sin(1), 20]</nowiki></code> yields ''0.84147098480789650665''.</div>}}

Revision as of 12:23, 8 September 2011


This command works in CAS View only.

Numeric[ <Expression> ]
Tries to determine a numerical approximation of the given expression. The number of decimals depends on the global rounding you choose in the Options Menu.
Example:
Numeric[3 / 2] yields 1.5.
Numeric[ <Expression>, <significant figures> ]
Tries to determine a numerical approximation of the given expression, using the entered number of significant figures.
Example:
Numeric[sin(1), 20] yields 0.84147098480789650665.
© 2024 International GeoGebra Institute