exp
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
Exponential function
- Usage
- This function has several usage formats where the evaluation and the type of the result depends on. The table below shows the possible usages.
usage evaluation description exp(x)
ri,j = e ^ xi,j x can be any type
r has same type as xexp(x, yS)
ri,j = yS ^ xi,j x can be any type, yS must be a scalar
r has same type as x
result[i] = yS ^ x[i]
exp(xS, y)
result[i] = y[i] ^ xS
exp(x, y)
result[i] = y[i] ^ x[i]