expanded class
	REAL

General
	cluster: base.kernel
	description: "Real values, single precision"

Ancestors
	REAL_REF

Queries
	infix ">=" (other: [like Current] REAL): BOOLEAN
	infix ">" (other: [like Current] REAL): BOOLEAN
	infix "<=" (other: [like Current] REAL): BOOLEAN
	infix "<" (other: [like Current] REAL): BOOLEAN
	infix "-" (other: [like Current] REAL): [like Current] REAL
	infix "+" (other: [like Current] REAL): [like Current] REAL
	infix "^" (other: NUMERIC): DOUBLE
	infix "/" (other: [like Current] REAL): [like Current] REAL
	infix "*" (other: [like Current] REAL): [like Current] REAL
	prefix "-": [like Current] REAL
	prefix "+": [like Current] REAL
	abs: REAL
	ceiling: INTEGER
	divisible (other: REAL_REF): BOOLEAN
	exponentiable (other: NUMERIC): BOOLEAN
	floor: INTEGER
	hash_code: INTEGER
	is_equal (other: [like Current] REAL): BOOLEAN
	is_hashable: BOOLEAN
	item: REAL
	max (other: [like Current] REAL): [like Current] REAL
	min (other: [like Current] REAL): [like Current] REAL
	one: [like Current] REAL
	out: STRING
	rounded: INTEGER
	sign: INTEGER
	three_way_comparison (other: REAL_REF): INTEGER
	truncated_to_integer: INTEGER
	zero: [like Current] REAL

Commands
	set_item (r: REAL)