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