MapleTA[Builtin]
fact
factorial
Calling Sequence
Parameters
Description
Examples
Compatibility
fact(n)
n
-
numeric
The fact command computes n!.
If n is not an integer returns fact(int(n)).
If n is negative, returns 1.
MapleTA:-Builtin:-fact⁡4
24
The MapleTA[Builtin][fact] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
MapleTA
Download Help Document