Skip to content

Commit 5d7ec3c

Browse files
committed
Auto-generated commit
1 parent 241fa8b commit 5d7ec3c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333

3434
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
3535

36-
> Test if a value is a [128-bit complex number][@stdlib/complex/float64].
36+
> Test if a value is a [128-bit complex number][@stdlib/complex/float64/ctor].
3737
3838
<section class="installation">
3939

@@ -65,7 +65,7 @@ var isComplex128 = require( '@stdlib/assert-is-complex128' );
6565

6666
#### isComplex128( value )
6767

68-
Tests if a value is a [128-bit complex number][@stdlib/complex/float64].
68+
Tests if a value is a [128-bit complex number][@stdlib/complex/float64/ctor].
6969

7070
```javascript
7171
var Complex128 = require( '@stdlib/complex-float64-ctor' );
@@ -195,7 +195,7 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
195195

196196
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/assert-is-complex128/main/LICENSE
197197

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

200200
<!-- <related-links> -->
201201

docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
Examples
1616
--------
17-
> var bool = {{alias}}( new {{alias:@stdlib/complex/float64}}( 3.0, 1.0 ) )
17+
> var bool = {{alias}}( new {{alias:@stdlib/complex/float64/ctor}}( 3.0, 1.0 ) )
1818
true
19-
> bool = {{alias}}( new {{alias:@stdlib/complex/float32}}( 2.0, 2.0 ) )
19+
> bool = {{alias}}( new {{alias:@stdlib/complex/float32/ctor}}( 2.0, 2.0 ) )
2020
false
2121
> bool = {{alias}}( 3.14 )
2222
false

0 commit comments

Comments
 (0)