docs: mag_pi constant refence fixed in the magnitude documentation

This commit is contained in:
Mateusz Pusz
2022-09-02 20:09:14 +02:00
parent 89a9551da0
commit 1b3750c68b

View File

@ -112,7 +112,7 @@ How to use Magnitudes
---------------------
- First, start with your basic inputs: this will typically be ``mag<N>()`` for any integer ``N``, or
the built-in Magnitude constant ``pi``. (Again, these are all *values*, not types.)
the built-in Magnitude constant ``mag_pi``. (Again, these are all *values*, not types.)
- Next, combine and manipulate these using the various "Magnitude math" operations, all of which are
**exact**: ``*``, ``/``, ``pow<N>``, ``root<N>``, ``numerator()``, ``denominator()``.