Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed May 25, 2024
1 parent dbc1053 commit 900c180
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base/accessor-setter/docs/repl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
--------
> var f = {{alias}}( 'complex64' );
> var x = {{alias:@stdlib/array/complex64}}( [ 1, 2, 3, 4 ] );
> f( x, 1, new {{alias:@stdlib/complex/float32}}( 10.0, 11.0 ) );
> f( x, 1, new {{alias:@stdlib/complex/float32/ctor}}( 10.0, 11.0 ) );
> var v = x.get( 1 )
<Complex64>
> var r = {{alias:@stdlib/complex/realf}}( v )
Expand Down
4 changes: 2 additions & 2 deletions complex128/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2601,7 +2601,7 @@ logEach( '%s', out );

- <span class="package-name">[`@stdlib/array/complex64`][@stdlib/array/complex64]</span><span class="delimiter">: </span><span class="description">Complex64Array.</span>
- <span class="package-name">[`@stdlib/complex/cmplx`][@stdlib/complex/cmplx]</span><span class="delimiter">: </span><span class="description">create a complex number.</span>
- <span class="package-name">[`@stdlib/complex/float64`][@stdlib/complex/float64]</span><span class="delimiter">: </span><span class="description">128-bit complex number.</span>
- <span class="package-name">[`@stdlib/complex/float64/ctor`][@stdlib/complex/float64/ctor]</span><span class="delimiter">: </span><span class="description">128-bit complex number.</span>

</section>

Expand All @@ -2617,7 +2617,7 @@ logEach( '%s', out );

[@stdlib/array/buffer]: https://github.com/stdlib-js/array/tree/main/buffer

[@stdlib/complex/float64]: https://github.com/stdlib-js/complex-float64
[@stdlib/complex/float64/ctor]: https://github.com/stdlib-js/complex-float64

<!-- <related-links> -->

Expand Down
4 changes: 2 additions & 2 deletions complex64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2608,7 +2608,7 @@ logEach( '%s', out );

- <span class="package-name">[`@stdlib/array/complex128`][@stdlib/array/complex128]</span><span class="delimiter">: </span><span class="description">Complex128Array.</span>
- <span class="package-name">[`@stdlib/complex/cmplx`][@stdlib/complex/cmplx]</span><span class="delimiter">: </span><span class="description">create a complex number.</span>
- <span class="package-name">[`@stdlib/complex/float32`][@stdlib/complex/float32]</span><span class="delimiter">: </span><span class="description">64-bit complex number.</span>
- <span class="package-name">[`@stdlib/complex/float32/ctor`][@stdlib/complex/float32/ctor]</span><span class="delimiter">: </span><span class="description">64-bit complex number.</span>

</section>

Expand All @@ -2624,7 +2624,7 @@ logEach( '%s', out );

[@stdlib/array/buffer]: https://github.com/stdlib-js/array/tree/main/buffer

[@stdlib/complex/float32]: https://github.com/stdlib-js/complex-float32
[@stdlib/complex/float32/ctor]: https://github.com/stdlib-js/complex-float32

<!-- <related-links> -->

Expand Down

0 comments on commit 900c180

Please sign in to comment.