quantities ~master (2020-01-27T14:07:29Z)
Home
Dub
Repo
cubic
quantities
compiletime
Basic math functions that work with Quantity.
auto
square
(Q quantity)
auto
sqrt
(Q quantity)
auto
cubic
(Q quantity)
auto
cubic
(
Q
)
(
auto
ref
const
Q
quantity
)
if
(
isQuantity
!
Q
)
auto
cbrt
(Q quantity)
auto
pow
(Q quantity)
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.