Difference between revisions of "Numeric Command"

From GeoGebra Manual
Jump to: navigation, search
(Autogenerated from properties)
(added missing descriptions and examples)
Line 3: Line 3:
 
{{command|CAS}}
 
{{command|CAS}}
 
;Numeric[ <Expression> ]
 
;Numeric[ <Expression> ]
:{{description}}
+
:Tries to determine a numerical approximation of the given expression.
 +
: {{Example|1= <code>Numeric[3/2]</code> returns ''1.5''.}}
 
;Numeric[ <Expression>, <significant figures> ]
 
;Numeric[ <Expression>, <significant figures> ]
:{{description}}
+
:Tries to determine a numerical approximation of the given expression, using the entered number of significant figures.
 +
: {{Example|1= <code>Numeric[sin(1), 20 ]</code> returns ''0.84147098480789650666''.}}

Revision as of 11:13, 8 April 2011


This command works in CAS View only.

Numeric[ <Expression> ]
Tries to determine a numerical approximation of the given expression.
Example: Numeric[3/2] returns 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 ] returns 0.84147098480789650666.
© 2024 International GeoGebra Institute