Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of code/doc/ExprParser


Ignore:
Timestamp:
Oct 7, 2008, 6:23:38 PM (16 years ago)
Author:
rgrieder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/ExprParser

    v1 v2  
    66|| getResult()  || Query the result of the parsing ||
    77|| getSuccess() || Tells whether any number could be retrieved at all ||
     8
     9== Supported functions ==
     10sin, asin, sinh, asinh, cos, acos, cosh, acosh, tan, atan, atan2, tanh, atanh,
     11int, 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 ||