XploRe Group: Mathematical Functions
- exp
- exp produces the exponentation to base e=2.7181... of the elements in an array.
- expm1
- expm1 computes (e**x)-1 accurately even for tiny x.
- lgamma
- lgamma computes logarithm of the gamma function.
- log
- log returns the natural logarithm of the elements of an array.
- log10
- log10 returns the logarithm base 10 of the elements of an array.
- log1p
- log1p computes log(1+x) accurately even for tiny x.
© XploRe, generated on 6.3.98 7:17 .