numeric-prelude-0.4.2: An experimental alternative hierarchy of numeric type classes
Algebra.RealTranscendental
Synopsis
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.
atan2
Minimal complete definition
Nothing
Methods
atan2 :: a -> a -> a Source
Instances