Approx2DblsT

ostrat.Approx2DblsT
case class Approx2DblsT[T](fArg1: T => Double, fArg2: T => Double, precisionDefault: Double) extends ApproxT[Double, T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ApproxT[Double, T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def approxT(op1: T, op2: T, precision: Double): Boolean

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product