rust-gmp icon indicating copy to clipboard operation
rust-gmp copied to clipboard

Mpf fixups

Open bryant opened this issue 8 years ago • 2 comments
trafficstars

  • self doesn't need to be mut when get_str
  • impl Display and Debug for Mpf

bryant avatar Jun 05 '17 19:06 bryant

Don’t you think the Debug/Display interface ought to produce a string with a decimal point, even though the internal get_str function omits it?

andersk avatar Jun 05 '17 23:06 andersk

will rebase after #25 is merged.

bryant avatar Jun 07 '17 01:06 bryant