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

From STX Wiki
Jump to navigationJump to search
(initial import)
 
m (1 revision: Initial import)
(No difference)

Revision as of 18:31, 18 November 2010

exp

Exponential function.

exp(x)

x -> e ^ x

exp(x, yS)

result[i] = yS ^ x[i]

exp(xS, y)

result[i] = y[i] ^ xS

exp(x, y)

result[i] = y[i] ^ x[i]

Navigation menu

Personal tools