We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95648a9 commit 6b1f092Copy full SHA for 6b1f092
lib/node_modules/@stdlib/math/base/special/cpolar/docs/types/test.ts
@@ -27,7 +27,7 @@ import cpolar = require( './index' );
27
cpolar( new Complex128( 5.0, 3.0 ) ); // $ExpectType [number, number]
28
}
29
30
-// The compiler throws an error if the function is provided a complex number...
+// The compiler throws an error if the function is not provided a complex number...
31
{
32
cpolar( true ); // $ExpectError
33
cpolar( false ); // $ExpectError
0 commit comments