Numerical Input Parsing
Convert mm/inches
The following components can be used when
entering data into the numerical input dialog:
Operators:
+, -, *, /, ^, %
Functions:
sqrt, sin, cos, tan, atan, acos, asin,
acotan, exp, ln, 10log, fac, sinh, cosh,
tanh, abs, ceil, floor, sfac, round, fpart
Logical:
!, ==, !=, ||, &&, >, < , >=, <=
Constants:
PI
Euler
true (1.0)
false (0.0)
infinity
Variable naming:
Variable names must start with an alphabetic
letter (a-z) and can contain digits at the end
but not inside the variable name.
Variable names cannot contain the name of a function
or the symbol of an operator.
Examples:
x, y, z, var1, var2, myverylongvariablename