A named Magnitude constant identified by its symbol and, where supported, its value
Synopsis
Declared in <mp‐units/framework/unit_magnitude.h>
template<
symbol_text Symbol,
long double Value>
requires (Value > 0)
struct mag_constant;
Static Data Members
Name |
Description |
The constant's textual symbol |
|
The constant's numeric value |
Derived Classes
Name |
Description |
A convenient Magnitude constant for pi, which we can manipulate like a regular number. |
Created with MrDocs