Canonical

coulomb.conversion.runtimes.mapping.Canonical
See theCanonical companion object
case class Canonical(coef: Rational, sig: Map[UnitType, Rational])

Attributes

Companion
object
Source
mapping.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def *(that: Canonical): Canonical

Attributes

Source
mapping.scala
def /(that: Canonical): Canonical

Attributes

Source
mapping.scala

Attributes

Source
mapping.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product