Safe Haskell | None |
---|---|
Language | Haskell98 |
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.
Nothing
Safe Haskell | None |
---|---|
Language | Haskell98 |
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.
Nothing