expanded class
	DOUBLE

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

Ancestors
	DOUBLE_REF

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

Commands
	set_item (d: DOUBLE)