Numeric 指令
来自GeoGebra Manual
本頁為官方文件,一般使用者無法修改,若有任何誤謬,請與官方聯絡。如欲編輯,請至本頁的開放版。
此指令只能用在運算區。
- Numeric[ <Expression> ]
- Numeric[ <Expression>, <significant figures> ]
此指令只能用在運算區。
- 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.
- 範例:
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.
- 範例:
Numeric[sin(1), 20]
yields 0.84147098480789650665.