Changes between Version 1 and Version 2 of code/doc/ExprParser
- Timestamp:
- Oct 7, 2008, 6:23:38 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/ExprParser
v1 v2 6 6 || getResult() || Query the result of the parsing || 7 7 || getSuccess() || Tells whether any number could be retrieved at all || 8 9 == Supported functions == 10 sin, asin, sinh, asinh, cos, acos, cosh, acosh, tan, atan, atan2, tanh, atanh, 11 int, floor, ceil, abs, exp, log, ln, sign, sqrt, degrees, radians, mod, pow, div, max, min 12 13 == Supported variables == 14 || pi || 3.1415926535897932 || 15 || e || 2.7182818284590452 ||