Equation Constants

Netica

Built-in Constants

The following constants may be used in equations:

pi = 3.141592654

deg = radian per degree = pi / 180

If you wish to have the constant e (= 2.7182818) in your equation, use exp(1).

Netica also contains an extensive library of built-in functions.

 

Example:

sin (35 * deg) returns the sine of 35 degrees