[BACK]Return to multprec_complex_number_tools.ads CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / PHC / Ada / Math_Lib / Numbers

Annotation of OpenXM_contrib/PHC/Ada/Math_Lib/Numbers/multprec_complex_number_tools.ads, Revision 1.1.1.1

1.1       maekawa     1: with Standard_Complex_Numbers;
                      2: with Multprec_Complex_Numbers;
                      3:
                      4: package Multprec_Complex_Number_Tools is
                      5:
                      6: -- DESCRIPTION :
                      7: --   Here are some tools for multi-precision numbers.
                      8:
                      9:   function Create ( c : Standard_Complex_Numbers.Complex_Number )
                     10:                   return Multprec_Complex_Numbers.Complex_Number;
                     11:
                     12:   -- DESCRIPTION :
                     13:   --   Converts the standard complex number into a multi-precision number.
                     14:
                     15:   procedure Set_Size ( c : in out Multprec_Complex_Numbers.Complex_Number;
                     16:                        size : in natural );
                     17:
                     18:   -- DESCRIPTION :
                     19:   --   Adjusts the size of the number to the given size.
                     20:
                     21: end Multprec_Complex_Number_Tools;

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>