Description
InverseMethod -- a key used under which is stored a method for computing multiplicative inverses.
Internal routines for computing powers call upon that method when the exponent is negative.
i1 :
code QQ.InverseMethod
o1 = ../../../../Macaulay2/m2/rationals.m2:45:19-45:27: --source code:
QQ.InverseMethod = x -> 1/x
|