fast-arithmetic-0.2.2.0: Fast functions on integers.

Safe HaskellSafe
LanguageHaskell2010

Numeric.Pure

Contents

Description

Pure Haskell functions for testing and benchmarking.

Synopsis

Useful functions

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

See here.

Functions exported for testing and benchmarking

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

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

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

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