Skip to content

Commit 05975e9

Browse files
authored
Update descriptions and keywords in package.json
Signed-off-by: Manvith <[email protected]>
1 parent 1f7d32a commit 05975e9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"$schema": "math/[email protected]",
7575
"base_alias": "tanf",
7676
"alias": "tanf",
77-
"pkg_desc": "Evaluate the tangent of a single-precision floating-point number (in radians).",
78-
"desc": "Computes the tangent of a single-precision floating-point number",
77+
"pkg_desc": "evaluate the tangent of a single-precision floating-point number (in radians).",
78+
"desc": "computes the tangent of a single-precision floating-point number",
7979
"short_desc": "tangent",
8080
"parameters": [
8181
{
@@ -136,14 +136,15 @@
136136
},
137137
"keywords": [
138138
"tan",
139+
"tanf",
139140
"tangent",
140141
"trig",
141142
"trigonometry",
142-
"radians",
143-
"float32"
143+
"value",
144+
"number"
144145
],
145146
"extra_keywords": [
146-
"math.tanf"
147+
"math.tan"
147148
]
148149
}
149150
}

0 commit comments

Comments
 (0)