Skip to content

Commit edf88e9

Browse files
Update test.js
Signed-off-by: Sai Srikar Dumpeti <[email protected]>
1 parent fc028ec commit edf88e9

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/cotd/test

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/cotd/test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tape( 'if provided a `NaN`, the function returns `NaN`', function test( t ) {
4949
t.end();
5050
});
5151

52-
tape( 'the function computes the cotangent (negative values)', function test( t ) {
52+
tape( 'the function computes the cotangent in degrees (negative values)', function test( t ) {
5353
var expected;
5454
var delta;
5555
var tol;
@@ -73,7 +73,7 @@ tape( 'the function computes the cotangent (negative values)', function test( t
7373
t.end();
7474
});
7575

76-
tape( 'the function computes the cotangent (positive values)', function test( t ) {
76+
tape( 'the function computes the cotangent in degrees (positive values)', function test( t ) {
7777
var expected;
7878
var delta;
7979
var tol;

0 commit comments

Comments
 (0)