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 "-" (other: [like Current] NUMERIC): [like Current] NUMERIC
	one: [like Current] NUMERIC
	opposite alias "-": [like Current] NUMERIC
	plus alias "+" (other: [like Current] NUMERIC): [like Current] NUMERIC
	product alias "*" (other: [like Current] NUMERIC): [like Current] NUMERIC
	quotient alias "/" (other: [like Current] NUMERIC): [like Current] NUMERIC
	zero: [like Current] NUMERIC


Generated by ISE EiffelStudio