File: Constants.hs

package info (click to toggle)
haskell-statistics 0.10.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 372 kB
  • ctags: 3
  • sloc: haskell: 2,976; python: 33; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 554 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-- |
-- Module    : Statistics.Constants
-- Copyright : (c) 2009, 2011 Bryan O'Sullivan
-- License   : BSD3
--
-- Maintainer  : bos@serpentine.com
-- Stability   : experimental
-- Portability : portable
--
-- Constant values common to much statistics code.
--
-- DEPRECATED: use module 'Numeric.MathFunctions.Constants' from
-- math-functions.

module Statistics.Constants
{-# DEPRECATED "use module Numeric.MathFunctions.Constants from math-functions" #-}
    ( module Numeric.MathFunctions.Constants
    ) where

import Numeric.MathFunctions.Constants