fact - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

MapleTA[Builtin]

  

fact

  

factorial

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

fact(n)

Parameters

n

-

numeric

Description

• 

The fact command computes n!.

• 

If n is not an integer returns fact(int(n)).

• 

If n is negative, returns 1.

Examples

MapleTA:-Builtin:-fact4

24

(1)

Compatibility

• 

The MapleTA[Builtin][fact] command was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.

See Also

factorial

MapleTA

 


Download Help Document