numeric-prelude-0.1.1: An experimental alternative hierarchy of numeric type classesSource codeContentsIndex
Algebra.RealTranscendental
Synopsis
class (C a, C a) => C a where
atan2 :: a -> a -> a
Documentation
class (C a, C a) => C a whereSource
This class collects all functions for _scalar_ floating point numbers. E.g. computing atan2 for complex floating numbers makes certainly no sense.
Methods
atan2 :: a -> a -> aSource
show/hide Instances
Produced by Haddock version 2.4.2