fast-arithmetic-0.1.1.5: Fast functions on integers.

Safe HaskellSafe
LanguageHaskell2010

Numeric.Pure

Description

Pure Haskell functions for testing and benchmarking. Specialized for Ints.

Documentation

hsFactorial :: Integral a => a -> a Source #

hsChoose :: Integral a => a -> a -> a Source #

hsTotient :: Integral a => a -> a Source #

hsTau :: Integral a => a -> Int Source #

hsTotientSum :: Integral a => a -> a Source #