Replies: 2 comments 1 reply
-
|
Doesn't this do what you want? Also, please see CGAL::to_double() |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks. That's fine if this works with That's also fine if |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I needed to convert a
Gmpqrational number to a string and I didn't find a built-in way in the doc (nor in the source code). So I wrote my own function (it requiresgmp.h):I think that would be nice to have this feature in CGAL.
By the way, unless I missed it,
Gmpq::to_doubleis not documented.Beta Was this translation helpful? Give feedback.
All reactions