mp_units::sqrt

Computes the square root of a dimension

Synopsis

Declared in <mp-units/framework/dimension.h>
[[nodiscard]]
consteval
Unit auto
sqrt(auto d);


Return Value

Parameters

Name Description
d Dimension being the base of the operation
q Quantity specification being the base of the operation
u Unit being the base of the operation

Created with MrDocs