Skip to content

Commit deec605

Browse files
committed
Update namespace
1 parent 52d07cb commit deec605

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,15 @@ setReadOnly( ns, 'realf', require( '@stdlib/complex/realf' ) );
126126
*/
127127
setReadOnly( ns, 'reim', require( '@stdlib/complex/reim' ) );
128128

129+
/**
130+
* @name reimf
131+
* @memberof ns
132+
* @readonly
133+
* @type {Function}
134+
* @see {@link module:@stdlib/complex/reimf}
135+
*/
136+
setReadOnly( ns, 'reimf', require( '@stdlib/complex/reimf' ) );
137+
129138
/**
130139
* @name reviveComplex
131140
* @memberof ns

0 commit comments

Comments
 (0)