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 06a96f2 commit 2226daeCopy full SHA for 2226dae
lib/node_modules/@stdlib/math/base/special/acoth/test/test.native.js
@@ -241,7 +241,7 @@ tape( 'the function computes the inverse hyperbolic cotangent for huge negative
241
t.end();
242
});
243
244
-tape( 'the function returns `NaN` if provided `NaN`', function test( t ) {
+tape( 'the function returns `NaN` if provided `NaN`', opts, function test( t ) {
245
var v = acoth( NaN );
246
t.equal( isnan( v ), true, 'returns NaN' );
247
0 commit comments