Skip to content

Commit 7f2f475

Browse files
committed
Auto-generated commit
1 parent 3544960 commit 7f2f475

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ A total of 46 issues were closed in this release:
491491

492492
<details>
493493

494+
- [`e15537c`](https://github.com/stdlib-js/stdlib/commit/e15537c8db65ebce56f23fb28150bf11400827f8) - **docs:** add missing space _(by Karan Anand)_
494495
- [`d4793c2`](https://github.com/stdlib-js/stdlib/commit/d4793c2308505d16cb0e553861de8f4a2de24152) - **refactor:** align conditional checks with `C` implementation _(by Karan Anand)_
495496
- [`2e5601a`](https://github.com/stdlib-js/stdlib/commit/2e5601ac124eba7f7da0079cf9c8124c21810c3d) - **feat:** add signed 16-bit integer APIs _(by Athan Reines)_
496497
- [`3e17026`](https://github.com/stdlib-js/stdlib/commit/3e17026605bc56416822aa289fd4e2f428c3bf11) - **feat:** add signed 8-bit integer APIs _(by Athan Reines)_

base/special/kernel-tan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ for ( i = 0; i < x.length; i++ ) {
148148
#include "stdlib/math/base/special/kernel_tan.h"
149149
```
150150

151-
#### stdlib_base_kernel_tan( x, y, k)
151+
#### stdlib_base_kernel_tan( x, y, k )
152152

153153
Computes the [tangent][tangent] of a double-precision floating-point number on `[-π/4, π/4]`.
154154

0 commit comments

Comments
 (0)