Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 9, 2023
1 parent c596870 commit 92562cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ while ( true ) {

## See Also

- <span class="package-name">[`@stdlib/math-base/special/atan`][@stdlib/math/base/special/atan]</span><span class="delimiter">: </span><span class="description">compute the arctangent of a number.</span>
- <span class="package-name">[`@stdlib/math-base/special/atan`][@stdlib/math/base/special/atan]</span><span class="delimiter">: </span><span class="description">compute the arctangent of a double-precision floating-point number.</span>
- <span class="package-name">[`@stdlib/math-iter/special/acos`][@stdlib/math/iter/special/acos]</span><span class="delimiter">: </span><span class="description">create an iterator which computes the arccosine of each iterated value.</span>
- <span class="package-name">[`@stdlib/math-iter/special/asin`][@stdlib/math/iter/special/asin]</span><span class="delimiter">: </span><span class="description">create an iterator which computes the arcsine of each iterated value.</span>
- <span class="package-name">[`@stdlib/math-iter/special/atanh`][@stdlib/math/iter/special/atanh]</span><span class="delimiter">: </span><span class="description">create an iterator which computes the hyperbolic arctangent of each iterated value.</span>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"dependencies": {
"@stdlib/math-base-special-atan": "^0.1.1",
"@stdlib/math-iter-tools-map": "^0.1.1",
"@stdlib/types": "^0.1.0"
"@stdlib/types": "^0.2.0"
},
"devDependencies": {
"@stdlib/array-to-iterator": "^0.1.0",
"@stdlib/assert-is-iterator-like": "^0.1.1",
"@stdlib/bench": "^0.1.0",
"@stdlib/bench": "^0.2.0",
"@stdlib/iter-linspace": "^0.1.0",
"@stdlib/math-base-assert-is-nan": "^0.1.1",
"@stdlib/random-iter-randu": "^0.1.0",
Expand Down

0 comments on commit 92562cc

Please sign in to comment.