-- $Date: 2003/12/31 05:52:57 $
-- $Revision: 1.3 $
-- $Author: jcrocholl $

with Real_Numbers; use Real_Numbers;
with Ada.Numerics.Generic_Elementary_Functions;

-- Instantiation of Ada.Numerics.Generic_Elementary_Functions with
-- type Real.
package Real_Functions is
   new Ada.Numerics.Generic_Elementary_Functions(Real);