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] attached NUMERIC): BOOLEAN identity alias "+": [like Current] attached NUMERIC minus alias "-" (other: [like Current] attached NUMERIC): [like Current] attached NUMERIC one: [like Current] attached NUMERIC opposite alias "-": [like Current] attached NUMERIC plus alias "+" (other: [like Current] attached NUMERIC): [like Current] attached NUMERIC product alias "*" (other: [like Current] attached NUMERIC): [like Current] attached NUMERIC quotient alias "/" (other: [like Current] attached NUMERIC): [like Current] attached NUMERIC zero: [like Current] attached NUMERIC -- Generated by ISE Eiffel --
For more details: www.eiffel.com