Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
FAQ.What does the NAN code mean?
Answer:Nan | Meaning |
1 | Invalid square root (negative number, usually) |
2 | Invalid addition (indeterminate such as infinity + (-infinity)) |
4 | Invalid division (indeterminate such as 0/0) |
8 | Invalid multiplication (indeterminate such as 0*infinity) |
9 | Invalid modulo such as (a mod 0) |
17 | Try to convert invalid string to a number like val("x7") |
33 | Invalid argument in a trig function |
34 | Invalid argument in an inverse trig function |
36 | Invalid argument in a log function |
37 | Invalid argument in Pow function |
38 | Invalid argument in toolbox financial function |
40 | Invalid argument in hyperbolic function |
42 | Invalid argument in a gamma function |