Thread overview
[Issue 20147] Enable comparison (==, >, >=, <=, <) between std.bigint.BigInt and floating point numbers
Aug 20, 2019
Dlang Bot
Sep 06, 2019
Dlang Bot
Sep 07, 2019
Dlang Bot
August 20, 2019
https://issues.dlang.org/show_bug.cgi?id=20147

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

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

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

- Fix Issue 20147 - Enable comparison (==, >, >=, <=, <) between std.bigint.BigInt and floating point numbers

  Quadruple precision floating point not supported.

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

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

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

- Fix Issue 20147 - Enable comparison (==, >, >=, <=, <) between std.bigint.BigInt and floating point numbers

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

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

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 #7172 "Fix Issue 20147 - Enable comparison (==, >,
>=, <=, <) between std.bigint.BigInt and floating point numbers" was merged
into master:

- ce3e7f6dbbb74bcba95079a106557727c1180162 by Nathan Sashihara:
  Fix Issue 20147 - Enable comparison (==, >, >=, <=, <) between
std.bigint.BigInt and floating point numbers

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

--