Lcm

case
object Lcm extends PureOp
trait Singleton
trait Product
trait Mirror
trait Serializable
class PureOp
class Op
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
Inherited from
Singleton

Value members

Concrete methods

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

Inherited methods

def fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
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 make(a: GE, b: GE): GE
Inherited from
PureOp
Inherited from
PureOp
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 productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override
def productPrefix: String
Definition Classes
Op -> Product
Inherited from
Op

Concrete fields

final
val id: 17