"be consistent" | |
PerlMonks |
perlfunc:expby gods (Initiate) |
on Aug 24, 1999 at 22:42 UTC ( [id://284]=perlfunc: print w/replies, xml ) | Need Help?? |
expSee the current Perl documentation for exp. Here is our local, out-dated (pre-5.6) version: exp - raise e to a power
exp EXPR exp
Returns e (the natural logarithm base) to the power of EXPR. If EXPR is omitted, gives exp($_). |
|