arytmetype
Arytmetype is a term occasionally used to describe a data type that participates in arithmetic operations within a programming language or a formal mathematical model. In this sense, an arytmetype consists of a carrier set of values together with a defined set of operations such as addition, subtraction, multiplication and division, and often includes rules for remainder, comparison, and conversion between types. The concept is commonly discussed in the context of type systems, numeric libraries, and language design.
Operations on an arytmetype are expected to be closed under the defined arithmetic operators, yielding results
Common variants of arytmetype include integer arytmetype, floating-point arytmetype, fixed-point arytmetype, and complex arytmetype. Each variant
Note that arytmetype is not a widely standardized term; most literature refers to arithmetic types or numeric