Automatic generation produced by ISE Eiffel
deferred class NUMERIC General cluster: elks description: "Objects to which numerical operations are applicable Note: The model is that of a commutative ring." Ancestors DEBUG_OUTPUT* Queries divisible (other: [like Current] NUMERIC): BOOLEAN identity alias "+": [like Current] NUMERIC minus alias "-" alias "−" (other: [like Current] NUMERIC): [like Current] NUMERIC one: [like Current] NUMERIC opposite alias "-" alias "−": [like Current] NUMERIC plus alias "+" (other: [like Current] NUMERIC): [like Current] NUMERIC product alias "*" alias "×" (other: [like Current] NUMERIC): [like Current] NUMERIC quotient alias "/" alias "÷" (other: [like Current] NUMERIC): [like Current] NUMERIC zero: [like Current] NUMERIC -- Generated by Eiffel Studio --
For more details: eiffel.org