Skip to content

Commit 8209145

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent ee81e05 commit 8209145

File tree

1 file changed

+5
-5
lines changed
  • lib/node_modules/@stdlib/math/base/special/tandf

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
"__stdlib__": {
6969
"scaffold": {
7070
"$schema": "math/[email protected]",
71-
"base_alias": "tandf",
71+
"base_alias": "tand",
7272
"alias": "tandf",
7373
"pkg_desc": "compute the tangent of a single-precision floating-point number (in degrees)",
74-
"desc": "compute the tangent of a single-precision floating-point number (in degrees)",
74+
"desc": "computes the tangent of a single-precision floating-point number (in degrees)",
7575
"short_desc": "tangent",
7676
"parameters": [
7777
{
@@ -132,15 +132,15 @@
132132
},
133133
"keywords": [
134134
"tan",
135-
"tanf",
136135
"tand",
137-
"tandf",
138136
"tangent",
139137
"trig",
140138
"trigonometry",
141139
"degrees"
142140
],
143-
"extra_keywords": []
141+
"extra_keywords": [
142+
"math.tan"
143+
]
144144
}
145145
}
146146
}

0 commit comments

Comments
 (0)