mirror of
https://github.com/dlang/phobos.git
synced 2025-05-05 17:42:58 +03:00
Merge pull request #7527 from MartinNowak/merge_stable
merge stable merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
This commit is contained in:
commit
b2e2ac0e43
1 changed files with 0 additions and 3 deletions
|
@ -6374,9 +6374,6 @@ if (isFloatingPoint!(X))
|
||||||
|
|
||||||
/*********************************
|
/*********************************
|
||||||
* Is the binary representation of x identical to y?
|
* 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
|
bool isIdentical(real x, real y) @trusted pure nothrow @nogc
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue