expanded class
	REAL_32

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

Ancestors
	REAL_32_REF

Queries
	abs: REAL_32
	ceiling: INTEGER_32
	ceiling_real_32: REAL_32
	divisible (other: REAL_32_REF): BOOLEAN
	Epsilon: REAL_32
	exponentiable (other: NUMERIC): BOOLEAN
	floor: INTEGER_32
	floor_real_32: REAL_32
	hash_code: INTEGER_32
	identity alias "+": REAL_32
	ieee_is_equal (other: REAL_32): BOOLEAN
	ieee_is_greater (other: REAL_32): BOOLEAN
	ieee_is_greater_equal (other: REAL_32): BOOLEAN
	ieee_is_less (other: REAL_32): BOOLEAN
	ieee_is_less_equal (other: REAL_32): BOOLEAN
	ieee_maximum_number (other: REAL_32): REAL_32
	ieee_minimum_number (other: REAL_32): REAL_32
	is_equal (other: [like Current] REAL_32): BOOLEAN
	is_greater alias ">" (other: [like Current] REAL_32): BOOLEAN
	is_greater_equal alias ">=" (other: [like Current] REAL_32): BOOLEAN
	is_hashable: BOOLEAN
	is_less alias "<" (other: REAL_32): BOOLEAN
	is_less_equal alias "<=" (other: [like Current] REAL_32): BOOLEAN
	is_nan: BOOLEAN
	is_negative_infinity: BOOLEAN
	is_positive_infinity: BOOLEAN
	item: REAL_32
	Machine_epsilon: REAL_32
	max (other: [like Current] REAL_32): [like Current] REAL_32
	Max_value: REAL_32
	min (other: [like Current] REAL_32): [like Current] REAL_32
	Min_value: REAL_32
	minus alias "-" (other: REAL_32): REAL_32
	nan: REAL_32
	negative_infinity: REAL_32
	one: [like Current] REAL_32
	opposite alias "-": REAL_32
	out: STRING_8
	plus alias "+" (other: REAL_32): REAL_32
	positive_infinity: REAL_32
	power alias "^" (other: REAL_64): REAL_64
	product alias "*" (other: REAL_32): REAL_32
	quotient alias "/" (other: REAL_32): 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)


Generated by ISE EiffelStudio