File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)_
Original file line number Diff line number Diff 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
153153Computes the [ tangent] [ tangent ] of a double-precision floating-point number on ` [-π/4, π/4] ` .
154154
You can’t perform that action at this time.
0 commit comments