packages feed

algebraic-0.1.0.0: src/Math/Constants.hs

{-# LANGUAGE NoMonomorphismRestriction #-}

module Math.Constants where
	
import qualified Prelude as P

pi = P.pi
e  = P.exp 1