Safe Haskell | None |
---|---|
Language | Haskell2010 |
Foundation.Math.Trigonometry
Documentation
class Trigonometry a where #
Method to support basic trigonometric functions
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
Instances
Trigonometry Double # | |
Defined in Foundation.Math.Trigonometry Methods | |
Trigonometry Float # | |
Defined in Foundation.Math.Trigonometry Methods |