Skip to content

Commit 448933a

Browse files
committed
Auto-generated commit
1 parent ef92efd commit 448933a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ var o = z.toJSON();
182182
*/
183183
```
184184

185-
To [revive][mdn-json-parse] a `Complex128` number from a [JSON][json] `string`, see [@stdlib/complex/reviver-float64][@stdlib/complex/reviver-float64].
185+
To [revive][mdn-json-parse] a `Complex128` number from a [JSON][json] `string`, see [@stdlib/complex/float64/reviver][@stdlib/complex/float64/reviver].
186186

187187
</section>
188188

@@ -694,7 +694,7 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
694694

695695
[mdn-json-parse]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse
696696

697-
[@stdlib/complex/reviver-float64]: https://github.com/stdlib-js/complex-reviver-float64
697+
[@stdlib/complex/float64/reviver]: https://github.com/stdlib-js/complex-float64-reviver
698698

699699
<!-- <related-links> -->
700700

src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ stdlib_complex128_t stdlib_complex128_from_float64( const double real ) {
7676
* @return double-precision complex floating-point number
7777
*
7878
* @example
79-
* #include "stdlib/complex/float32.h"
79+
* #include "stdlib/complex/float32/ctor.h"
8080
*
8181
* stdlib_complex64_t z1 = stdlib_complex64( 5.0f, 3.0f );
8282
* stdlib_complex128_t z2 = stdlib_complex128_from_complex64( z1 );
@@ -210,7 +210,7 @@ stdlib_complex128_t stdlib_complex128_from_uint32( const uint32_t real ) {
210210
* @return single-precision complex floating-point number
211211
*
212212
* @example
213-
* #include "stdlib/complex/float32.h"
213+
* #include "stdlib/complex/float32/ctor.h"
214214
*
215215
* stdlib_complex128_t z1 = stdlib_complex128( 5.0, 3.0 );
216216
* stdlib_complex64_t z2 = stdlib_complex128_to_complex64( z1 );

0 commit comments

Comments
 (0)