Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] which number types are actually exact?

Subject: CGAL users discussion list

List archive

[cgal-discuss] which number types are actually exact?


Chronological Thread 
  • From: Benoit Hudson <>
  • To:
  • Subject: [cgal-discuss] which number types are actually exact?
  • Date: Fri, 1 May 2009 16:15:03 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=JA1/kaAJqooa7WcBv79rCG7yIPTzwXNmMhuwcYaSu8AKhAws/oW3D1AUDkY7RGXm6S z6/pVDVkCHuJZ2WEmldzJGT16S9B7q81LMmk7fgo9DLS5wCSoN1Eb1f3ITvn8cbnzOHO ClKdKiXxvtBbuWoN04rf+4VltqbSUFbXxq3To=

The documentation for Gmpzf indicates that it's exact. However, it
seems to provide a division operation. This tripped me up when I used
it with some code that uses division.

Which types can I rely on to refuse to compile inexact operations?

-- BenoƮt



Archive powered by MHonArc 2.6.16.

Top of Page