isIdentical

Is the binary representation of x identical to y?

Same as ==, except that positive and negative zero are not identical, and two NaNs are identical if they have the same 'payload'.

  1. bool isIdentical(real x, real y)
  2. bool isIdentical(ireal x, ireal y)
    bool
    isIdentical
    (
    ireal x
    ,
    ireal y
    )
  3. bool isIdentical(creal x, creal y)

Meta