home *** CD-ROM | disk | FTP | other *** search
- COMMAND CALC or .
- -----------------------------------------------------------------
- Purpose: calculate mathematical expressions or define new
- global variables
- Usage: CALC(<expression>) or .<expression>
- Examples: calc("3*sin(pi/8)")
- .a=3/5
- .b=a*sin(45)
- calc("b+a")
-