factorial(Matrix) Function

Top 

Description

Computes the factorial expansion of the specified value. Before expansion the value is truncated to an integer.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Function Signature

factorial(

Matrix M)

 

 

Arguments

M


Description:

The matrix whose element-by-element factorial expansion will be returned.

 

 

 

Return Value

Type:

Matrix of number

 

 

A matrix containing the factorial expansion of each element of matrix M.

 

Syntax

myMatrix1 = factorial(myMatrix2);

 

 

See also

factorial