DeprecatedDoubleEquiv

@migration(" The default implicit equivalence for doubles no longer conforms to\n".+(" to IEEE 754\'s behavior for -0.0D and NaN.\n").+(" Import `Equiv.Double.IeeeEquiv` to recover the previous behavior.\n").+(" See also https://www.scala-lang.org/api/current/scala/math/Equiv$$Double$.html."), "2.13.2")
trait Equiv[Double]
class Object
trait Matchable
class Any

Value members

Inherited methods

def equiv(x: Double, y: Double): Boolean
Inherited from:
StrictEquiv
Source:
Equiv.scala