DeprecatedDoubleEquiv

scala.math.Equiv.DeprecatedDoubleEquiv

Attributes

Source
Equiv.scala
Graph
Supertypes
trait StrictEquiv
trait Equiv[Double]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Inherited methods

def equiv(x: Double, y: Double): Boolean

Returns true iff x is equivalent to y.

Returns true iff x is equivalent to y.

Value parameters

x

the first value to compare

y

the second value to compare

Attributes

Inherited from:
StrictEquiv
Source
Equiv.scala