You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
<sectionclass="release"id="unreleased">
6
6
7
-
## Unreleased (2024-07-19)
7
+
## Unreleased (2024-07-21)
8
8
9
9
<sectionclass="packages">
10
10
@@ -518,6 +518,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
518
518
519
519
<details>
520
520
521
+
-[`9dc29b4`](https://github.com/stdlib-js/stdlib/commit/9dc29b4d2e6eb5ba0b2625c3bfe9f50034a3ed99) - **docs:** add sub-namespace sections and update namespace table of contents _(by Philipp Burckhardt)_
Copy file name to clipboardExpand all lines: README.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,10 +72,34 @@ var ns = complex;
72
72
// returns {...}
73
73
```
74
74
75
+
The namespace contains the following sub-namespaces:
76
+
77
+
<!-- <toc pattern="+(base)"> -->
78
+
79
+
<divclass="namespace-toc">
80
+
81
+
- <spanclass="signature">[`base`][@stdlib/complex/float64/base]</span><spanclass="delimiter">: </span><spanclass="description">base (i.e., lower-level) double-precision complex floating-point number functions.</span>
82
+
83
+
</div>
84
+
85
+
<!-- </toc> -->
86
+
75
87
The namespace contains the following functions:
76
88
77
89
<!-- <toc pattern="*"> -->
78
90
91
+
<divclass="namespace-toc">
92
+
93
+
- <spanclass="signature">[`conj( z )`][@stdlib/complex/float64/conj]</span><spanclass="delimiter">: </span><spanclass="description">return the complex conjugate of a double-precision complex floating-point number.</span>
- <spanclass="signature">[`imag( z )`][@stdlib/complex/float64/imag]</span><spanclass="delimiter">: </span><spanclass="description">return the imaginary component of a double-precision complex floating-point number.</span>
96
+
- <spanclass="signature">[`parseComplex128( str )`][@stdlib/complex/float64/parse]</span><spanclass="delimiter">: </span><spanclass="description">parse a string representation of a 128-bit complex number.</span>
97
+
- <spanclass="signature">[`real( z )`][@stdlib/complex/float64/real]</span><spanclass="delimiter">: </span><spanclass="description">return the real component of a double-precision complex floating-point number.</span>
98
+
- <spanclass="signature">[`reim( z )`][@stdlib/complex/float64/reim]</span><spanclass="delimiter">: </span><spanclass="description">return the real and imaginary components of a double-precision complex floating-point number.</span>
99
+
- <spanclass="signature">[`reviveComplex128( key, value )`][@stdlib/complex/float64/reviver]</span><spanclass="delimiter">: </span><spanclass="description">revive a JSON-serialized 128-bit complex number.</span>
0 commit comments