Copyright © 1994-2001 by Vestris Inc., Switzerland
| Table of Contents |
| 1. Expression Calculator Concepts |
| 2. Expression Calculator Users Guide |
| 3. Expression Calculator Mathematics |
| 4. Expression Calculator Licensing and Terms of Use |
| 5. Expression Calculator What's New |
| I. Constants |
| II. Operators |
| + (addition) — addition |
| - (subtraction) — subtraction |
| * (multiplication, product) — multiplication, product |
| / (division) — division |
| m (modulo) — modulo |
| % (percentage) — percentage |
| | (integer division) — integer division |
| ^ (power) — power |
| ! (factorial) — factorial |
| \ (root) — root |
| e — ten-power |
| = — set a variable |
| ? — tests equal values |
| > — compares values (bigger) |
| < — compares values (smaller) |
| III. Logical Operators |
| IV. General Functions |
| Lcm — least common multiple |
| Gcd — greatest common divisor |
| Min — smallest value |
| Max — largest value |
| Frac — fractional part |
| Abs — absolute value |
| Intg — integer value |
| Round — round to closest integer |
| Trunc — truncate to closest integer |
| Logten — 10-base logarithm |
| LogN — N-base logarithm |
| Exp — exponential |
| Ln , Log — natural logarithm |
| Ceil — ceiling |
| Floor — floor |
| Sqrt — square root |
| Sqr — power of two |
| Random — random number |
| Average — average number |
| Sum — addition |
| Mul — product |
| V. Trigonometric Functions |
| Sin — sine |
| Cos — cosine |
| Tan — tangent |
| Cot — cotangent |
| Sinh — hyperbolic sine |
| Cosh — hyperbolic cosine |
| Tanh — hyperbolic tangent |
| Arcsin — inverse sine |
| Arccos — inverse cosine |
| Arctan — inverse tangent |
| Arccot — inverse cotangent |
| Arcsinh — inverse hyperbolic sine |
| Arccosh — inverse hyperbolic cosine |
| Arctanh — inverse hyperbolic tangent |
| Arccoth — inverse hyperbolic cotangent |
| Sec — secant |
| Csc — cosecant |
| Sech — hyperbolic secant |
| Csch — hyperbolic cosecant |
| Arcsec — inverse secant |
| Arccsc — inverse cosecant |
| Arcsech — inverse hyperbolic secant |
| Arccsch — inverse hyperbolic cosecant |
| VI. Special Functions and Series |
| VII. Primes and Numbers |
| Phi , EInd — Euler's indicator (totient function) |
| Prime — prime number |
| PrimeC — number of primes |
| PrimeN — numbered prime |
| Mersenne — mersenne number |
| MersenneGen — mersenne generator number |
| MersGen — mersenne number for a generator |
| GenMers — generator for a mersenne number |
| Perfect — perfect number |
| Sigma — sum of positive n-power divisors |
| Tau — sum of positive divisors |
| Moebius, Mu — moebius function |
| Safeprime — safe prime |
| VIII. Integrals |
| Student Integral Approximations — student integral approximations |
| Exact Gauss Integrals — exact integral approximations |
| Dilog — dilogarithm integral |
| Dawson — dawson integral |
| Erf — error function |
| Erfc — complimentary error function |
| Si — sine integral |
| Ci — cosine integral |
| Ssi — shifted sine integral |
| Shi — hyperbolic sine integral |
| Chi — hyperbolic cosine integral |
| FresnelC — fresnel cosine integral |
| FresnelS — fresnel sine integral |
| FresnelF — fresnel cosine auxiliary |
| FresnelG — fresnel sine auxiliary |
| EllipticE — elliptic integrals of the second kind |
| EllipticCE — complimentary elliptic integral of the second kind |
| EllipticK — elliptic integrals of the first kind |
| EllipticCK — complimentary elliptic integral of the first kind |
| IX. Function Plots and Graphs |
| X. Financial Functions |
| Sln — straight line depreciation |
| Syd — sum of year digits depreciation |
| Cterm — number of compounding periods |
| Term — number of compounding periods with periodic deposits |
| Pmt — payment amount per interval on loan or annuity |
| Rate — interest rate |
| Pv — initial value of loan or annuity |
| Npv — present value of sequence of cash flows |
| Fv — accumulated amount |
| Db — fixed-declining balance depreciation |
| Ddb — double-declining balance depreciation |
| Extended Financial — extended versions |