Skip to content

Commit 3153991

Browse files
committed
chore: stuff from code review
1 parent 97cedfe commit 3153991

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/math/base/special/cinvf/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ var i;
8888
for ( i = 0; i < 100; i++ ) {
8989
z1 = new Complex64( uniform( -50.0, 50.0 ), uniform( -50.0, 50.0 ) );
9090
z2 = cinvf( z1 );
91-
9291
console.log( '1.0 / (%s) = %s', z1.toString(), z2.toString() );
9392
}
9493
```

0 commit comments

Comments
 (0)