Library Arithmetics

The Arithmetics library includes arithmetic operators such as ADD, SUB, COS, ShiftLeft, etc.

The following list summarizes all Operators of Library Arithmetics

Operator Name Short Description available since
ABS

Calculates the absolute value of the input

Version 1.1
ADD

Calculates the sum of multiple inputs.

Version 1.1
ARCCOS

Calculates the arc cosine of the input.

Version 1.1
ARCCOT

Calculates the arccot of the input.

Version 1.1
ARCSIN

Calculates the arc sine of the input.

Version 1.1
ARCTAN

Calculates the arctan of the input.

Version 1.1
ClipHigh

Limits the values to a parametrizable maximum.

Version 1.1
ClipLow

Limits the values to a parametrizable minimum.

Version 1.1
COS

Calculates the cosine of the input.

Version 1.1
COT

Calculates the cotangent of the input.

Version 1.1
DIV

Divides the values at input link I1 by the values of input link I2

Version 1.1
MULT

Multiplies the values at input link I1 by the values of input link I2

Version 1.1
RND

Performs a right shift with rounding.

Version 1.1
SCALE

Performs a multiplication of the input with a parameterizable value.

Version 1.1
ShiftLeft

Performs an arithmetic shift of the input data to the left.

Version 1.1
ShiftRight

Performs an arithmetic shift of the input data to the right.

Version 1.1
SIN

Calculates the sine of the input.

Version 1.1
SQRT

Calculates the square root of the input.

Version 1.1
SUB

Calculates the difference of the two input links.

Version 1.1
TAN

Calculates the tangent of the input.

Version 1.1

Table 27. Operators of Library Arithmetics