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 ... any type
r same type as xexp(x, y)
result[i] = yS ^ x[i]
exp(xS, y)
result[i] = y[i] ^ xS
exp(x, y)
result[i] = y[i] ^ x[i]