Data.Ratio

Data.Ratio

Copyright (c) The University of Glasgow 2001
License BSD-style (see the file libraries/base/LICENSE)
Maintainer libraries@haskell.org
Stability stable
Portability portable
Safe Haskell Safe
Language Haskell2010

Description

Standard functions on rational numbers

data Ratio a Source

Rational numbers, with numerator and denominator of some Integral type.