From 1b3750c68b44d64174978bcdfb9f20bab923b4df Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 2 Sep 2022 20:09:14 +0200 Subject: [PATCH] docs: `mag_pi` constant refence fixed in the magnitude documentation --- docs/framework/magnitudes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/magnitudes.rst b/docs/framework/magnitudes.rst index afdb5b43..ed9f80f5 100644 --- a/docs/framework/magnitudes.rst +++ b/docs/framework/magnitudes.rst @@ -112,7 +112,7 @@ How to use Magnitudes --------------------- - First, start with your basic inputs: this will typically be ``mag()`` 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``, ``root``, ``numerator()``, ``denominator()``.