Mathematical and Numerical Constants
The following table includes the built-in mathematical and numerical constants. The names of these constants are reserved names. You cannot use such reserved constant names when creating user-defined variables and parameters.
Floating-point relative accuracy (machine epsilon, 2โˆ’52 or about 2.2204ยท10โˆ’16, for double floating-point numbers).
i, j
Infinity, โˆž. A value larger than what can be handled with floating-point representation. Use the isinf and isnan operators to test if expressions are evaluated as infinity or not-a-number, respectively.
NaN, nan