Skip to content

Commit bc0732a

Browse files
authored
Change base alias from 'tanf' to 'tan'
Signed-off-by: Manvith <[email protected]>
1 parent 05975e9 commit bc0732a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/tanf/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": "tanf",
75+
"base_alias": "tan",
7676
"alias": "tanf",
7777
"pkg_desc": "evaluate the tangent of a single-precision floating-point number (in radians).",
7878
"desc": "computes the tangent of a single-precision floating-point number",

0 commit comments

Comments
 (0)