Skip to content

Commit 928cce1

Browse files
authored
Change base alias from 'tanh' to 'tan'
Signed-off-by: Manvith <[email protected]>
1 parent 8b524f6 commit 928cce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/tanh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"__stdlib__": {
7373
"scaffold": {
7474
"$schema": "math/[email protected]",
75-
"base_alias": "tanh",
75+
"base_alias": "tan",
7676
"alias": "tanh",
7777
"pkg_desc": "compute the hyperbolic tangent of a double-precision floating-point number",
7878
"desc": "computes the hyperbolic tangent of a double-precision floating-point number",

0 commit comments

Comments
 (0)