File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7171var Complex128 = require ( ' @stdlib/complex-float64-ctor' );
@@ -195,7 +195,7 @@ Copyright © 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments