numeric-prelude-0.3.0.2: An experimental alternative hierarchy of numeric type classes

Safe HaskellSafe-Infered

Algebra.RealTranscendental

Synopsis

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

Instances

C Double 
C Float 
C T 
RealFloat a => C (T a) 
C a => C (T a)