INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Hash code value
-- (From HASHABLE)
-- Is current real less than 'other'?
-- (From COMPARABLE)
-- Make 'r' the associated real value
-- Neutral element for "*" and "/"
-- (From NUMERIC)
-- Sign value (0, -1 or 1)
-- Neutral element for "+" and "-"
-- (From NUMERIC)
-- May current object be divided by 'other'?
-- (From NUMERIC)
-- May current object be elevated to the power 'other'?
-- (From NUMERIC)
-- Smallest integral value no smaller than current object
-- Greatest integral value no greater than current object
-- Rounded integral value
-- Integer part
-- (same sign, largest absolute value no greater than current object's)
-- Absolute value
-- Product by 'other'
-- (From NUMERIC)
-- Sum with 'other'
-- (From NUMERIC)
-- Result of subtracting 'other'
-- (From NUMERIC)
-- Division by 'other'
-- (From NUMERIC)
-- Current real to the power 'other'
-- (From NUMERIC)
-- Unary plus
-- (From NUMERIC)
-- Unary minus
-- (From NUMERIC)
-- Printable representation of real value
-- (From GENERAL)
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |