INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Hash code value
-- (From HASHABLE)
-- Make 'd' the associated double value
-- Is current double less than 'other'?
-- (From COMPARABLE)
-- 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)
-- Real 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 double to the power 'other'
-- (From NUMERIC)
-- Unary plus
-- (From NUMERIC)
-- Unary minus
-- (From NUMERIC)
-- Printable representation of double value
-- (From GENERAL)
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |