Skip to content

Commit 69cbd2b

Browse files
committed
feat: add parseComplex64 to namespace
1 parent a0516b7 commit 69cbd2b

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/complex/float32/lib

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/complex/float32/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ setReadOnly( ns, 'Complex64', require( '@stdlib/complex/float32/ctor' ) );
6363
*/
6464
setReadOnly( ns, 'imag', require( '@stdlib/complex/float32/imag' ) );
6565

66+
/**
67+
* @name parseComplex64
68+
* @memberof ns
69+
* @readonly
70+
* @type {Function}
71+
* @see {@link module:@stdlib/complex/float32/parse}
72+
*/
73+
setReadOnly( ns, 'parseComplex64', require( '@stdlib/complex/float32/parse' ) );
74+
6675
/**
6776
* @name real
6877
* @memberof ns

0 commit comments

Comments
 (0)