deferred class
	NUMERIC

General
	cluster: base.kernel
	description: "Objects to which numerical operations are applicable"

Ancestors
	ANY

Queries
	infix "-" (other: [like Current] NUMERIC): [like Current] NUMERIC
	infix "+" (other: [like Current] NUMERIC): [like Current] NUMERIC
	infix "/" (other: [like Current] NUMERIC): [like Current] NUMERIC
	infix "*" (other: [like Current] NUMERIC): [like Current] NUMERIC
	prefix "-": [like Current] NUMERIC
	prefix "+": [like Current] NUMERIC
	divisible (other: [like Current] NUMERIC): BOOLEAN
	exponentiable (other: NUMERIC): BOOLEAN
	one: [like Current] NUMERIC
	zero: [like Current] NUMERIC