Skip to content

Commit b41f499

Browse files
committed
conjugate -> conj
1 parent a000395 commit b41f499

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/appendix-a-index.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,10 +1717,10 @@ and an "imaginary value" (the thing with the i == sqrt(-1))
17171717
returns ($c.re - $c.im\i), the complex conjugate
17181718
see also: [**cis**](#cis), [**polar**](#polar), [**unpolar**](#unpolar)
17191719

1720-
<a id="conjugate"/>
1721-
**conjugate**
1720+
<a id="conj"/>
1721+
**conj**
17221722
«complex method» &mdash;
1723-
convert [complex number](#complex-type) into real ([**Num**](#Num-type)) &mdash;
1723+
convert [complex number](#complex-type) into real ([**Num**](#Num-type)) (conjugate) &mdash;
17241724
see also: [**abs**](#abs), [**sign**](#sign), [**truncate**](#truncate),
17251725
[**unpolar**](#unpolar), [**re**](#re), [**im**](#im)
17261726

@@ -4711,7 +4711,7 @@ opposite of [**False**](#False)
47114711
*«num method»* &mdash;
47124712
truncates the fractional part of a number &mdash;
47134713
examples: `truncate 4.27` returns `4`, `truncate -5.5` returns `-5` &mdash;
4714-
see also: [**abs**](#abs), [**conjugate**](#conjugate),
4714+
see also: [**abs**](#abs), [**conj**](#conj),
47154715
[**round**](#round), [**sign**](#sign)
47164716

47174717
<a id="trusts"/>

0 commit comments

Comments
 (0)