xrc swMATH ID: 5916 Software Authors: Keith Briggs Description: xrc (exact reals in C) This is an implementation of lazy exact real arithmetic in C. It is an alternative to multiple-precision floating-point codes. An important distinction is that in multiple-precision floating-point, one sets the precision before starting a computation, and then one cannot be sure of the final result. Interval arithmetic is an improvement on this, but still not an ideal solution because if the final interval is larger than desired, there is no simple way to restart the computation at higher precision. By constrast, in exact real arithmetic no precision level is set in advance, and no computation takes place until a final request takes place for some output. I have previously developed similar codes in python and C++. This new C version is faster, more portable, and easier to use. Homepage: http://keithbriggs.info/xrc.html Programming Languages: C Related Software: iRRAM; Python; PNM; LBNL; RealLib; NTL Cited in: 5 Publications Cited by 3 Authors 2 Briggs, Keith M. 2 Lambov, Branimir 1 Eppstein, David Arthur Cited in 3 Serials 1 Theoretical Computer Science 1 MSCS. Mathematical Structures in Computer Science 1 Experimental Mathematics Cited in 5 Fields 2 Computer science (68-XX) 1 Mathematical logic and foundations (03-XX) 1 Number theory (11-XX) 1 Numerical analysis (65-XX) 1 Operations research, mathematical programming (90-XX) Citations by Year