Pow

coulomb.RuntimeUnit.Pow
case class Pow(b: RuntimeUnit, e: Rational) extends RuntimeUnit

Attributes

Source
runtime.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class RuntimeUnit
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def *(rhs: RuntimeUnit): Mul

Attributes

Inherited from:
RuntimeUnit
Source
runtime.scala
def /(den: RuntimeUnit): Div

Attributes

Inherited from:
RuntimeUnit
Source
runtime.scala
def ^(e: Rational): Pow

Attributes

Inherited from:
RuntimeUnit
Source
runtime.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
RuntimeUnit
Source
runtime.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
RuntimeUnit -> Any
Inherited from:
RuntimeUnit
Source
runtime.scala