mp_units::sqrt¶
Computes the square root of a reference
Synopsis¶
Declared in <mp-units/framework/reference.h>
[[nodiscard]] consteval /* implementation-defined */ sqrt(reference);
Return Value¶
The result of computation
Note
The return value should not be discarded.
Parameters¶
| Name | Description |
|---|---|
| r | Reference being the base of the operation |