ANY NONE
expanded class interface MATH_CONSTANTS
   --
   -- Platform-independent, universal, mathematical constants.
   -- Intended to be used as ancestor for classes that need these constants.
   --

feature(s) from MATH_CONSTANTS
   -- Maths constants:

   Pi: DOUBLE

   Evalue: DOUBLE

   Deg: DOUBLE
      -- Degrees/Radian

   Phi: DOUBLE
      -- Golden Ratio



end of expanded MATH_CONSTANTS