Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] can't use the CGAL::sqrt() ?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] can't use the CGAL::sqrt() ?


Chronological Thread 
  • From: Georgios Samaras <>
  • To:
  • Subject: Re: [cgal-discuss] can't use the CGAL::sqrt() ?
  • Date: Sun, 27 Oct 2013 15:42:07 +0200

It doesn't make sense to compute the square root of an exact rational number, because the exact rational type won't be able to represent the result? If you only want something approximate, feel free to convert to double and then compute the square root of that.

--
Marc Glisse

True. I had seen this when reading in the site (http://www.cgal.org/philosophy.html, at section " What does it mean for you", at 3rd paragraph).

However, I wanted to ask someone who knew.

Thanks Mr. Glisse,
George Samaras



Archive powered by MHonArc 2.6.18.

Top of Page