4.5.2.3 Arithmetic

Using the kash.new command we create Kash objects on which one can do arithmetic.

sage: a = kash(12345)
sage: b = kash(25)
sage: a/b
2469/5
sage: a**b
193765903041146393565116739165642262657761441158615231767486923346401992277
1432158872187137603759765625

See About this document... for information on suggesting changes.