SciBaseTypes-0.1.0.0: Base types and classes for statistics, sciences and humanities

Safe HaskellNone
LanguageHaskell2010

Numeric.Limits

Description

Approximate and exact limits around 0 and towards transfinite numbers.

Synopsis

Documentation

class NumericLimits x where Source #

The class of limits into the transfinite.

class NumericEpsilon x where Source #

The smallest value /= 0 for numeric values.

Methods

epsilon :: x Source #

Numeric epsilon.

Instances
NumericEpsilon Double Source # 
Instance details

Defined in Numeric.Limits