Skip to main content
Skip table of contents

Factorial


Applicable to library's version 1.0

The Factorial component returns a factorial value of the In slot value. 

The Factorial component

Slots

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).


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.