Wiki

Clone wiki

symja_android_library / Symbols / N

N

Alias: EvalF(...)

Note: the upper case identifier N is different from the lower case identifier n.

N(expr)
gives the numerical value of expr.

Examples

>>> N(Pi)
3.141592553

Updated