| 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: | sqrt |
| Type: | Floating a => a -> a |
| Class: | Floating |
| Description: | returns the square root of the argument |
| Related: |
Input: sqrt 25
Output: 5.0
Input: sqrt 0
Output: 0.0