quantities v0.4.2 (2015-03-31T17:00:18Z)
Home
Dub
Repo
Inverse
quantities
math
Utility templates to manipulate Quantity types.
template
Inverse (
Q
)
if
(
isQuantity
!
Q
) {
alias
Inverse
=
typeof
(
1
/
Q
.
init
)
;
}
Members
Aliases
Inverse
alias
Inverse
=
typeof
(
1
/
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.