Skip to content

Commit

Permalink
Merge pull request #7527 from MartinNowak/merge_stable
Browse files Browse the repository at this point in the history
merge stable
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
  • Loading branch information
dlang-bot committed Jun 12, 2020
2 parents 79cc44b + fa87fdc commit b2e2ac0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions std/math.d
Expand Up @@ -6374,9 +6374,6 @@ if (isFloatingPoint!(X))

/*********************************
* Is the binary representation of x identical to y?
*
* Same as ==, except that positive and negative zero are not identical,
* and two $(NAN)s are identical if they have the same 'payload'.
*/
bool isIdentical(real x, real y) @trusted pure nothrow @nogc
{
Expand Down

0 comments on commit b2e2ac0

Please sign in to comment.