Gobo Eiffel Kernel Library
Copyright (c) 2004, Paul G. Crismer and others
Eiffel Forum License v2 (see forum.txt)
$Date: 2004/05/31 13:43:04 $
-- Neutral element for "*" and "/"
-- (From NUMERIC)
-- 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)
-- Product by other
-- (From NUMERIC)
-- Sum with other (commutative).
-- (From NUMERIC)
-- Result of subtracting other
-- (From NUMERIC)
-- Division by other
-- (From NUMERIC)
-- Unary plus
-- (From NUMERIC)
-- Unary minus
-- (From NUMERIC)
Properties of numeric types