| ZVON > References > Haskell reference |
| Intro / Search / ZVON |
| | 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 |
Input: exp 1
Output: 2.71828
Input: exp 0
Output: 1.0
Input: exp 33
Output: 2.14644e+14