Top
LINKED_LIST
MEMO
expanded class interface MATH_CONSTANTS
--
-- Platform-independent, universal, mathematical constants.
-- Intended to be used as ancestor for classes that need these constants.
--
-- inherit
-- ANY
-- redefine Pi, Evalue, Deg, Phi
-- end
feature(s) from MATH_CONSTANTS
-- Maths constants:
pi: DOUBLE
evalue: DOUBLE
deg: DOUBLE
-- Degrees/Radian
phi: DOUBLE
-- Golden Ratio
end of expanded MATH_CONSTANTS
All classes inherit from ANY, ANY inherits from
PLATFORM
and PLATFORM inherits from GENERAL.
Generated by short -html_deb on 31 March 2005.