[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
1.13.1.22 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 November 19, 2011 using texi2html 5.0.