object
Acceleration
extends Acceleration
Type Members
-
-
-
class
Quantity
extends AnyRef
-
case class
UnitPlottable
(base: Q) extends Plottable[Q] with Product with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
lazy val
_conversionGraph
: DirectedGraph[Q, BigDecimal]
-
def
asInstanceOf
[T0]
: T0
-
def
bdDivide
(numerator: BigDecimal, denominator: BigDecimal): BigDecimal
-
def
byName
(unitName: String): Q
-
def
clone
(): AnyRef
-
def
conversionGraph
(): DirectedGraph[Q, BigDecimal]
-
def
conversions
(vps: Seq[Q], ef: (Seq[Vertex[Q]]) ⇒ Seq[(Vertex[Q], Vertex[Q], BigDecimal)]): DirectedGraph[Q, BigDecimal]
-
def
derive
(compoundUnit: Q, nameOpt: Option[String] = None, symbolOpt: Option[String] = None, linkOpt: Option[String] = None): Q
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
lazy val
fpsps
: Q
-
lazy val
g
: Q
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
lazy val
mpsps
: Q
-
def
ne
(arg0: AnyRef): Boolean
-
-
def
newUnitOfMeasurement
(name: Option[String] = None, symbol: Option[String] = None, link: Option[String] = None): AccelerationQuantity
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
oneBD
: BigDecimal
-
def
quantity
(magnitude: BigDecimal, unit: Q): Q
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
unit
(name: String, symbol: String, linkOpt: Option[String] = None): Q
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
val
wikipediaUrl
: String
-
def
withInverses
(trips: Seq[(Vertex[Q], Vertex[Q], BigDecimal)]): Seq[(Vertex[Q], Vertex[Q], BigDecimal)]
-
val
zeroBD
: BigDecimal
Inherited from AnyRef
Inherited from Any