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

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