Programmer Guide/Command Reference/EVAL/exp: Difference between revisions

From STX Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 28: Line 28:
|}
|}


;Note: Since its implementation, the [[Programmer_Guide/Command_Reference/EVAL#Operators|element-wise operator '?']] can be used instead of this function.  
Note: Since its implementation, the [[Programmer_Guide/Command_Reference/EVAL#Operators|operator prefix '?']] combined with the [[Programmer_Guide/Command_Reference/EVAL#Operators|power operator '^']] can be used instead of this function.  


[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]]
[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]]

Revision as of 17:12, 6 April 2011

Exponential function

Usage
This function has several usage formats where the evaluation and the type of the result r depends on. The table below shows the possible usages and data types.
usage evaluation data type of arguments data type of result r
exp(x) ri,j = e ^ xi,j x can be any type same type as x
exp(x, yS) ri,j = yS ^ xi,j x can be any type
yS must be a scalar
same type as x
exp(xS, y) ri,j = yi,j ^ xS xS must be a scalar
y can be any type
same type as y
exp(x, y) ri,j = yi,j ^ xi,j x must be a vector or matrix
y must have the same type as x
same type as x and y

Note: Since its implementation, the operator prefix '?' combined with the power operator '^' can be used instead of this function.

<function list>

Navigation menu

Personal tools