Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 400 and 401] [Versions 401 and 402] [Versions 401 and 403]

(no description)

File Size: 125 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Factorial:: (3 methods):
  fact()
  factDouble()
  multinomial()


Class: Factorial  - X-Ref

fact($factVal)   X-Ref
FACT.

Returns the factorial of a number.
The factorial of a number is equal to 1*2*3*...* number.

Excel Function:
FACT(factVal)

param: array|float $factVal Factorial Value, or can be an array of numbers
return: array|float|int|string Factorial, or a string containing an error

factDouble($factVal)   X-Ref
FACTDOUBLE.

Returns the double factorial of a number.

Excel Function:
FACTDOUBLE(factVal)

param: array|float $factVal Factorial Value, or can be an array of numbers
return: array|float|int|string Double Factorial, or a string containing an error

multinomial(...$args)   X-Ref
MULTINOMIAL.

Returns the ratio of the factorial of a sum of values to the product of factorials.

param: mixed[] $args An array of mixed values for the Data Series
return: float|string The result, or a string containing an error