Calculations in Input Fields

All numeric input fields support certain mathematical functions, which can be entered directly in the field as an expression including parentheses, e.g 3D CAD Architecture image11 26 Calculations in Input Fields. The result is calculated when you leave the field (Tab key) or press Enter 3D CAD Architecture image11 27 Calculations in Input Fields 

 

The functions:
“+”, “-”, “*”, “/”, “^”,”(“, “)”, “=”, “TAN”, “COS”,”SIN”, “ATAN”, “ACOS”, “ASIN”, “SQRT”, “PI”.

 

Examples of input:

100 + 100

100+SQRT(25)

2*(3+2)

ATAN(1)

SIN(60)

COS(60)

3.*((2+5*2/COS(60)))

(3.*((2-5*2/COS(60))))

10+2*(5+1/COS(60))

Calculations in Input Fields