X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Numeric.hs;h=2fb214d949738cbaff87cba2eecbdd6cb88621e9;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=01036b22bc949cc6d9479f67fa19d0f24f9b7b05;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Numeric.hs b/Numeric.hs index 01036b2..2fb214d 100644 --- a/Numeric.hs +++ b/Numeric.hs @@ -3,14 +3,12 @@ -- | -- Module : Numeric -- Copyright : (c) The University of Glasgow 2002 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : provisional -- Portability : portable -- --- $Id: Numeric.hs,v 1.7 2002/04/24 16:31:37 simonmar Exp $ --- -- Odds and ends, mostly functions for reading and showing -- RealFloat-like kind of values. --