[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
1.14.1.23 exp
The ‘exp(x)‘ function returns the exponential function of its argument (‘e‘ raised to the power of its argument). On some implementations (notably suns), exp(-x) returns undefined for very large x. A user-defined function like safe(x) = x<-100 ? 0 : exp(x) might prove useful in these cases.
This document was generated on April 4, 2012 using texi2html 5.0.