Skip to content

Commit fc028ec

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function cotd( x ) {
6767
if (isInteger((x / 90) / 2)) {
6868
return Infinity;
6969
}
70-
70+
7171
xRad = deg2rad(x);
7272

7373
return cot(xRad);

0 commit comments

Comments
 (0)