Skip to content

Commit e70b3c1

Browse files
authored
docs: use correct function name
Signed-off-by: Gunj Joshi <[email protected]>
1 parent dcfbf2a commit e70b3c1

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/cinvf/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/cinvf/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { Complex64 } from '@stdlib/types/complex';
3333
* var real = require( '@stdlib/complex/float32/real' );
3434
* var imag = require( '@stdlib/complex/float32/imag' );
3535
*
36-
* var v = cinv( new Complex64( 2.0, 4.0 ) );
36+
* var v = cinvf( new Complex64( 2.0, 4.0 ) );
3737
* // returns <Complex64>
3838
*
3939
* var re = real( v );

0 commit comments

Comments
 (0)