--- layout: stdlib-reference --- # interface IArithmetic *Inherits from:* [IComparable](../icomparable-01/index.html) ## Description Represents types that provide arithmetic operations. ## Methods * [add](add) * [sub](sub) * [mul](mul) * [div](div) * [mod](mod) * [neg](neg) * [init](init)