ZVON > References > Haskell reference
| Indexes | Syntax | >> Prelude << | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | System | Time | Locale | CPUTime | Random

Module: Prelude
Function: exp
Type: Floating a => a -> a
Class: Floating
Description: exponential of the argument
Related: (**), log, logBase

Example 1

Input: exp 1

Output: 2.71828

Example 2

Input: exp 0

Output: 1.0

Example 3

Input: exp 33

Output: 2.14644e+14