quantities v0.3.1 (2014-09-14T10:45:06Z)
Home
Dub
Repo
PowInverse
quantities
base
Undocumented in source.
package
template
PowInverse (
int
n
Dim
...
) {
alias
PowInverse
=
Dim
;
alias
PowInverse
=
TypeTuple
!(
Dim
[
0
],
Dim
[
1
] /
n
,
PowInverse
!(
n
,
Dim
[
2
..$]))
;
}
Members
Aliases
PowInverse
alias
PowInverse
=
Dim
Undocumented in source.
PowInverse
alias
PowInverse
=
TypeTuple
!(
Dim
[
0
],
Dim
[
1
] /
n
,
PowInverse
!(
n
,
Dim
[
2
..$]))
Undocumented in source.
Meta
Source
See Implementation
quantities
base
classes
DimensionException
functions
dimstr
store
toAA
structs
Quantity
templates
AreConsistent
Filter
FilterOut
FilterPred
Invert
Is
IsDim
OpBinary
Pow
PowInverse
Reduce
RemoveNull
Simplify
Sort
Store
isNumberLike
isQuantity
prefix
unit