bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] How does awk implement extremely long integers?


From: Nelson H. F. Beebe
Subject: Re: [bug-gawk] How does awk implement extremely long integers?
Date: Thu, 2 Feb 2012 08:38:08 -0700 (MST)

>> What is the relationship between gmp and mpfr libraries.

GMP provides the basic multiple-precision arithmetic.  MPFR builds
on that to provide correctly-rounded results.  MPC builds on both
to provide complex arithmetic.  See

        http://www.mpfr.org/

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- University of Utah                    FAX: +1 801 581 4148                  -
- Department of Mathematics, 110 LCB    Internet e-mail: address@hidden  -
- 155 S 1400 E RM 233                       address@hidden  address@hidden -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe/ -
-------------------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]