Skip to content

Commit 6812566

Browse files
committed
chore: pending changes
1 parent 3153991 commit 6812566

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ import { Complex64 } from '@stdlib/types/complex';
3737
* // returns <Complex64>
3838
*
3939
* var re = real( v );
40-
* // returns 0.10000000149011612
40+
* // returns ~0.1
4141
*
4242
* var im = imag( v );
43-
* // returns -0.20000000298023224
43+
* // returns ~-0.2
4444
*/
4545
declare function cinvf( z: Complex64 ): Complex64;
4646

0 commit comments

Comments
 (0)