quantities v0.4.2 (2015-03-31T17:00:18Z)
Home
Dub
Repo
Cubic
quantities
math
Utility templates to manipulate Quantity types.
template
Cubic (
Q
)
if
(
isQuantity
!
Q
) {
alias
Cubic
=
typeof
(
Q
.
init
*
Q
.
init
*
Q
.
init
)
;
}
Members
Aliases
Cubic
alias
Cubic
=
typeof
(
Q
.
init
*
Q
.
init
*
Q
.
init
)
Undocumented in source.
Meta
Source
See Implementation
quantities
math
aliases
dimpow
functions
abs
cbrt
cubic
nthRoot
pow
sqrt
square
templates
Cubic
Inverse
Product
Quotient
Square
Utility templates to manipulate Quantity types.