Safe Haskell | None |
---|---|
Language | Haskell2010 |
Foundation.Math.Trigonometry
- class Trigonometry a where
Documentation
class Trigonometry a where Source #
Method to support basic trigonometric functions
Minimal complete definition
pi, sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh
Methods
the famous pi value
sine
cosine
tan
sine-1
cosine-1
tangent-1
hyperbolic sine
hyperbolic cosine
hyperbolic tangent
hyperbolic sine-1
hyperbolic cosine-1
hyperbolic tangent-1