Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
  • Loading branch information
the-r3aper7 authored Mar 11, 2024
1 parent fc028ec commit edf88e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/math/base/special/cotd/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tape( 'if provided a `NaN`, the function returns `NaN`', function test( t ) {
t.end();
});

tape( 'the function computes the cotangent (negative values)', function test( t ) {
tape( 'the function computes the cotangent in degrees (negative values)', function test( t ) {
var expected;
var delta;
var tol;
Expand All @@ -73,7 +73,7 @@ tape( 'the function computes the cotangent (negative values)', function test( t
t.end();
});

tape( 'the function computes the cotangent (positive values)', function test( t ) {
tape( 'the function computes the cotangent in degrees (positive values)', function test( t ) {
var expected;
var delta;
var tol;
Expand Down

0 comments on commit edf88e9

Please sign in to comment.