Thread overview
[Issue 20146] Allow casting from std.bigint.BigInt to built-in floating point types
Aug 20, 2019
Dlang Bot
Sep 07, 2019
Dlang Bot
Dec 29, 2019
Dlang Bot
August 20, 2019
https://issues.dlang.org/show_bug.cgi?id=20146

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/phobos pull request #7151 "std.bigint.BigInt: allow casting to & comparison with floating point numbers" fixing this issue:

- Fix Issue 20146 - Allow casting from std.bigint.BigInt to built-in floating
point types
  Fix Issue 20147 - Enable comparison (==, >, >=, <=, <) between
std.bigint.BigInt and floating point numbers

  Limitation: casting to & comparison with quadruple precision floating
  point numbers are not supported. The path for 80 bit extended floats
  use std.math.scalbn which currently is impure and non-CTFE-able.

https://github.com/dlang/phobos/pull/7151

--
September 07, 2019
https://issues.dlang.org/show_bug.cgi?id=20146

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh updated dlang/phobos pull request #7172 "Fix Issue 20147 - Enable comparison (==, >, >=, <=, <) between std.bigint.BigInt and floating point numbers" fixing this issue:

- Fix Issue 20146 - Allow casting from std.bigint.BigInt to built-in floating point types

https://github.com/dlang/phobos/pull/7172

--
December 29, 2019
https://issues.dlang.org/show_bug.cgi?id=20146

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7151 "std.bigint.BigInt: allow casting to floating point numbers" was merged into master:

- 374cbd3e2291bb00f38419786dc204d2884ac158 by Nathan Sashihara:
  Fix Issue 20146 - Allow casting from std.bigint.BigInt to built-in floating
point types

https://github.com/dlang/phobos/pull/7151

--