BigInt

scala.math.Equiv.BigInt
object BigInt extends Equiv[BigInt]

Attributes

Source
Equiv.scala
Graph
Supertypes
trait Equiv[BigInt]
trait Serializable
class Object
trait Matchable
class Any
Self type
BigInt.type

Members list

Value members

Concrete methods

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

Returns true iff x is equivalent to y.

Returns true iff x is equivalent to y.

Attributes

Source
Equiv.scala