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 6b1f092 commit d77cd4aCopy full SHA for d77cd4a
lib/node_modules/@stdlib/math/base/special/cpolarf/docs/types/test.ts
@@ -27,7 +27,7 @@ import cpolarf = require( './index' );
27
cpolarf( new Complex64( 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
cpolarf( true ); // $ExpectError
33
cpolarf( false ); // $ExpectError
0 commit comments