X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Numeric.hs;h=2fb214d949738cbaff87cba2eecbdd6cb88621e9;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=78af5b00a7c0fea41174ab55a4d06050363afcac;hpb=05e43a9bd25232efced01ce45d00b3b3ba12af51;p=ghc-base.git diff --git a/Numeric.hs b/Numeric.hs index 78af5b0..2fb214d 100644 --- a/Numeric.hs +++ b/Numeric.hs @@ -1,16 +1,14 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- 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.6 2002/04/11 12:03:43 simonpj Exp $ --- -- Odds and ends, mostly functions for reading and showing -- RealFloat-like kind of values. --