Computes the inverse of a dimension.

Synopsis

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

[[nodiscard]]
consteval
Unit auto
inverse(auto d);

Return Value

dimension_one / d

Note

The return value should not be discarded.

Parameters

Name

Description

d

the dimension to invert

Created with MrDocs