
Hi. Are natural log and Euler's constant defined somewhere in base, or a convenience math module somewhere? I'm having trouble finding them with hayoo or system documentation. -- frigidcode.com

log and (exp 1) are the natural logarithm and e.
--
Jedaï
On Sun, Jan 6, 2013 at 2:03 AM, Christopher Howard
Hi. Are natural log and Euler's constant defined somewhere in base, or a convenience math module somewhere? I'm having trouble finding them with hayoo or system documentation.
-- frigidcode.com
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

On Samstag, 5. Januar 2013, 16:03:23, Christopher Howard wrote:
Hi. Are natural log and Euler's constant defined somewhere in base, or a convenience math module somewhere? I'm having trouble finding them with hayoo or system documentation.
The natural logarithm is simply `log`. Euler's constant isn't defined anywhere, you get it (the best approximation, at least very nearly) with `exp 1`.
participants (3)
-
Chaddaï Fouché
-
Christopher Howard
-
Daniel Fischer