OpDL

sealed
trait OpDL extends Op
trait Op
class Object
trait Matchable
class Any

Value members

Abstract methods

def funDL: (Double, Double) => Long

Inherited methods

The default converts to Double, but specific operators may better preserve semantics and precision for other types such as Int and Long.

The default converts to Double, but specific operators may better preserve semantics and precision for other types such as Int and Long.

Inherited from
Op
def funDD: (Double, Double) => Double
Inherited from
Op
def id: Int
Inherited from
Op
def make(a: GE, b: GE): GE
Inherited from
Op
def name: String
Inherited from
Op