class MoreMath::Permutation

def odd?

Returns true if this permutation is odd, false otherwise.
def odd?
  signum == -1
end