expanded class REAL_64 General cluster: base description: "Real values, double precision" create: make_from_reference, default_create Ancestors REAL_64_REF Queries abs: REAL_64 ceiling: INTEGER_32 ceiling_real_64: REAL_64 divisible (other: REAL_64_REF): BOOLEAN exponentiable (other: NUMERIC): BOOLEAN floor: INTEGER_32 floor_real_64: REAL_64 hash_code: INTEGER_32 infix "*" (other: [like Current] REAL_64): [like Current] REAL_64 infix "+" (other: [like Current] REAL_64): [like Current] REAL_64 infix "-" (other: [like Current] REAL_64): [like Current] REAL_64 infix "/" (other: [like Current] REAL_64): [like Current] REAL_64 infix "<" (other: [like Current] REAL_64): BOOLEAN infix "<=" (other: [like Current] REAL_64): BOOLEAN infix ">" (other: [like Current] REAL_64): BOOLEAN infix ">=" (other: [like Current] REAL_64): BOOLEAN infix "^" (other: REAL_64): REAL_64 is_equal (other: [like Current] REAL_64): BOOLEAN is_hashable: BOOLEAN item: REAL_64 max (other: [like Current] REAL_64): [like Current] REAL_64 min (other: [like Current] REAL_64): [like Current] REAL_64 one: [like Current] REAL_64 out: STRING_8 prefix "+": [like Current] REAL_64 prefix "-": [like Current] REAL_64 rounded: INTEGER_32 rounded_real_64: REAL_64 sign: INTEGER_32 three_way_comparison (other: [like Current] REAL_64): INTEGER_32 to_reference: REAL_64_REF truncated_to_integer: INTEGER_32 truncated_to_integer_64: INTEGER_64 truncated_to_real: REAL_32 zero: [like Current] REAL_64 Commands set_item (d: REAL_64)