Incode Systems Home Page Incode Systems, Inc.


(Page) Calc Var .CV



CALC is an extended precision calculator (19 to 20 significant digits) allowing conventional algebraic entry, using parentheses. Be sure to use parens in any expression where order of evaluation could affect the result. For example, 100+1*2 will yield 102, since CALC evaluates the expression as 100+(1*2). Simply enter (100+1)*2 to avoid misinterpretation. Expressions using only +, or only * don't require parens, since order of evaluation is inconsequential.

Infix operators are "+", "-", "*" (multiply), "/" (divide), and "(exponentiation)

The following functions are supported:

PI ABS(N) Absolute Value of N ARCTAN(N) Arctangent of N COS(N) Cosine of N EXP(N) Natural Antilog (EXPonent) of N FRAC(N) Fractional portion of N INT(N) Integral portion of N LN(N) Natural log (base e) of N RANDOM(N) Random number in range [0..N] ROUND(N) Rounded integral portion of N SIN(N) Sine SQRT(N) Square root of N SQR(N) Square of N TAN(N) Tangent of N