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