DeprecatedFloatEquiv

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

Value members

Inherited methods

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