Safe Haskell | None |
---|---|
Language | Haskell98 |
Algebra.RealTranscendental
Documentation
class (C a, C a) => C a where Source #
This class collects all functions for _scalar_ floating point numbers.
E.g. computing atan2
for complex floating numbers makes certainly no sense.
Minimal complete definition
Nothing