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: sin
Type: Floating a => a -> a
Class: Floating
Description: sine
Related: acos, acosh, asin, asinh, atan, atanh, cos, cosh, sinh, tan, tanh
Keywords: sine, trigonometry
MATHWORLD Sine

Example 1

Input: sin (pi/2)

Output: 1.0