Computes the cubic root of a reference

Synopsis

Declared in <mp‐units/framework/reference.h>

[[nodiscard]]
consteval
/* implementation-defined */
cbrt(reference r);

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

Created with MrDocs