quantities ~master (2020-01-27T14:07:29Z)
Home
Dub
Repo
pow
quantities
compiletime
Basic math functions that work with Quantity.
auto
square
(Q quantity)
auto
sqrt
(Q quantity)
auto
cubic
(Q quantity)
auto
cbrt
(Q quantity)
auto
pow
(Q quantity)
auto
pow
(
int
n
Q
)
(
auto
ref
const
Q
quantity
)
if
(
isQuantity
!
Q
)
auto
nthRoot
(Q quantity)
Q
abs
(Q quantity)
Meta
Source
See Implementation
quantities
compiletime
functions
abs
cbrt
cubic
nthRoot
pow
sqrt
square
unit
structs
Quantity
templates
isQuantity
Basic math functions that work with Quantity.