combinat-0.2.8.1: Generate and manipulate various combinatorial objects.

Safe HaskellSafe
LanguageHaskell2010

Math.Combinat.Sign

Description

Signs

Synopsis

Documentation

signValue :: Num a => Sign -> a Source

+1 or -1

paritySign :: Integral a => a -> Sign Source

Plus if even, Minus if odd