diff options
author | BurdetteLamar <[email protected]> | 2024-05-17 23:15:42 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-05-18 15:44:24 +0900 |
commit | ac85eef18ba0f5afa088c6a463f2ed8163692766 (patch) | |
tree | a726b2bd1ec11697e26a1e5d7c7862ccf980a7f6 /complex.c | |
parent | 55c62e676f3b30b47978684ab871e9d6e906fc27 (diff) |
Fix links
Diffstat (limited to 'complex.c')
-rw-r--r-- | complex.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2470,7 +2470,7 @@ float_arg(VALUE self) * * The rectangular coordinates of a complex number * are called the _real_ and _imaginary_ parts; - * see {Complex number definition}[https://en.wikipedia.org/wiki/Complex_number#Definition]. + * see {Complex number definition}[https://en.wikipedia.org/wiki/Complex_number#Definition_and_basic_operations]. * * You can create a \Complex object from rectangular coordinates with: * @@ -2495,7 +2495,7 @@ float_arg(VALUE self) * * The polar coordinates of a complex number * are called the _absolute_ and _argument_ parts; - * see {Complex polar plane}[https://en.wikipedia.org/wiki/Complex_number#Polar_complex_plane]. + * see {Complex polar plane}[https://en.wikipedia.org/wiki/Complex_number#Polar_form]. * * In this class, the argument part * in expressed {radians}[https://en.wikipedia.org/wiki/Radian] |