class MoreMath::Permutation

def invert

(See Permutation#compose for an example.)
Returns the inverted Permutation of this Permutation instance.
def invert
  clone.invert!
end