numeric-prelude-0.4.3.1: An experimental alternative hierarchy of numeric type classes
Algebra.RealTranscendental
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
Methods
atan2 :: a -> a -> a Source #
Defined in Algebra.RealTranscendental
atan2 :: Double -> Double -> Double Source #
atan2 :: Float -> Float -> Float Source #
Defined in Number.Positional.Check
atan2 :: T -> T -> T Source #
Defined in MathObj.Wrapper.Haskell98
atan2 :: T a -> T a -> T a Source #
Defined in MathObj.Wrapper.NumericPrelude