Pocket line calculator

The command line in the Main window and the command line of a table window can be used as a pocket calculator.

Type a question mark on the command line followed by an expression, i.e. a combination of constant values and operators or functions, or an expression of functions on map names, etc. It is allowed to use map, table and column names in the pocket line calculator.

Examples:

? 2 + 4

returns 6

? SQRT(64)

returns 8

? POW(2,8)

returns 256

? MAX(MyColumn)

in a table window, returns the maximum value of column MyColumn

? STD(MyColumn)

in a table window, returns the standard deviation of column MyColumn

? MyFunc(22,44,66)

returns the result of a user-defined function MyFunc; the first three parameters in this function are replaced by values 22, 44, and 66.

Constant value p can be used by typing PI

Constant value e can be used by typing EXP(1).

See also: