PureOp

sealed abstract
class PureOp extends Op
class Op
trait Product
trait Equals
class Object
trait Matchable
class Any
object Absdif
object Amclip
object Atan2
object BitAnd
object BitOr
object BitXor
object Clip2
object Difsqr
object Div
object Eq
object Excess
object Fold2
object Gcd
object Geq
object Gt
object Hypot
object Hypotx
object Lcm
object LeftShift
object Leq
object Lt
object Max
object Min
object Minus
object Mod
object Neq
object Plus
object Pow
object RightShift
object Ring1
object Ring2
object Ring3
object Ring4
object RoundTo
object RoundUpTo
object Scaleneg
object Sqrdif
object Sqrsum
object Sumsqr
object Thresh
object Times
object Trunc
object Wrap2

Value members

Abstract methods

def make1(a: Float, b: Float): Float

Concrete methods

def make(a: GE, b: GE): GE

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def id: Int
Inherited from
Op
def infix: Boolean

Whether the operator should be written in infix position. For example, Lcm is '''not''' in prefix position, you would write a.lcm(b), whereas Plus is prefix position, as you would write a + b.

Whether the operator should be written in infix position. For example, Lcm is '''not''' in prefix position, you would write a.lcm(b), whereas Plus is prefix position, as you would write a + b.

Inherited from
Op
def methodName: String

The name one would call on GEOps to obtain this operator. For example, for Times this would be *.

The name one would call on GEOps to obtain this operator. For example, for Times this would be *.

Inherited from
Op
def name: String
Inherited from
Op
override
def productArity: Int
Definition Classes
Op -> Product
Inherited from
Op
override
def productElement(n: Int): Any
Definition Classes
Op -> Product
Inherited from
Op
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override
def productPrefix: String
Definition Classes
Op -> Product
Inherited from
Op