expanded class
	REAL_32

General
	cluster: base
	description: "Real values, single precision"
	create: make_from_reference, default_create

Ancestors
	REAL_32_REF

Queries
	abs: REAL_32
	ceiling: INTEGER_32
	ceiling_real_32: REAL_32
	divisible (other: REAL_32_REF): BOOLEAN
	exponentiable (other: NUMERIC): BOOLEAN
	floor: INTEGER_32
	floor_real_32: REAL_32
	hash_code: INTEGER_32
	infix "*" (other: [like Current] REAL_32): [like Current] REAL_32
	infix "+" (other: [like Current] REAL_32): [like Current] REAL_32
	infix "-" (other: [like Current] REAL_32): [like Current] REAL_32
	infix "/" (other: [like Current] REAL_32): [like Current] REAL_32
	infix "<" (other: [like Current] REAL_32): BOOLEAN
	infix "<=" (other: [like Current] REAL_32): BOOLEAN
	infix ">" (other: [like Current] REAL_32): BOOLEAN
	infix ">=" (other: [like Current] REAL_32): BOOLEAN
	infix "^" (other: REAL_64): REAL_64
	is_equal (other: [like Current] REAL_32): BOOLEAN
	is_hashable: BOOLEAN
	item: REAL_32
	max (other: [like Current] REAL_32): [like Current] REAL_32
	min (other: [like Current] REAL_32): [like Current] REAL_32
	one: [like Current] REAL_32
	out: STRING_8
	prefix "+": [like Current] REAL_32
	prefix "-": [like Current] REAL_32
	rounded: INTEGER_32
	rounded_real_32: REAL_32
	sign: INTEGER_32
	three_way_comparison (other: [like Current] REAL_32): INTEGER_32
	to_double: REAL_64
	to_reference: REAL_32_REF
	truncated_to_integer: INTEGER_32
	truncated_to_integer_64: INTEGER_64
	zero: [like Current] REAL_32

Commands
	set_item (r: REAL_32)