Factorial
Applicable to OS V1.0-1.4
The Factorial component returns a factorial value of the In slot value.
The Factorial component has the following slots:
- Status: indicates the current status of the component (OK, Fault);
- Out: the factorial value of the In slot value;
- In: the input value; the possible range of input value requires integer values;
Note: In case the input slot value is with decimals, the result will be calculated from its integer value:
In = 3.67, Out = 6.00 (calculated 3.00! = 6.00).