Provides an Equality
instance for Byte
s that
compares for equality with the passed tolerance.
Provides an Equality
instance for Byte
s that
compares for equality with the passed tolerance.
the tolerance with which the returned Equality
will compare Byte
s.
an Equality
that compares Byte
s using the passed tolerance.
Provides an Equality
instance for Double
s that
compares for equality with the passed tolerance.
Provides an Equality
instance for Double
s that
compares for equality with the passed tolerance.
the tolerance with which the returned Equality
will compare Double
s.
an Equality
that compares Double
s using the passed tolerance.
Provides an Equivalence[N]
instance for any type for which a Numeric[N]
is available that
compares N
s for equality with the passed tolerance.
Provides an Equivalence[N]
instance for any type for which a Numeric[N]
is available that
compares N
s for equality with the passed tolerance.
the tolerance with which the returned Equality
will compare Numeric
s.
an Equivalence
that compares Numeric
s using the passed tolerance.
Provides an Equality
instance for Float
s that
compares for equality with the passed tolerance.
Provides an Equality
instance for Float
s that
compares for equality with the passed tolerance.
the tolerance with which the returned Equality
will compare Float
s.
an Equality
that compares Float
s using the passed tolerance.
Provides an Equality
instance for Int
s that
compares for equality with the passed tolerance.
Provides an Equality
instance for Int
s that
compares for equality with the passed tolerance.
the tolerance with which the returned Equality
will compare Int
s.
an Equality
that compares Int
s using the passed tolerance.
Provides an Equality
instance for Long
s that
compares for equality with the passed tolerance.
Provides an Equality
instance for Long
s that
compares for equality with the passed tolerance.
the tolerance with which the returned Equality
will compare Long
s.
an Equality
that compares Long
s using the passed tolerance.
Provides an Equality
instance for Short
s that
compares for equality with the passed tolerance.
Provides an Equality
instance for Short
s that
compares for equality with the passed tolerance.
the tolerance with which the returned Equality
will compare Short
s.
an Equality
that compares Short
s using the passed tolerance.
Provides
Equality
andEquivalence
instances forNumeric
types that compare for equality with a given tolerance.Here's an example: