Skip to content

Commit 06b5e8c

Browse files
authored
Update package.json for tand function metadata
Signed-off-by: Manvith <[email protected]>
1 parent 07d7d23 commit 06b5e8c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
],
124124
"output_policy": "real_floating_point_and_generic",
125125
"returns": {
126-
"desc": "tangent of the input angle in degrees",
126+
"desc": "tangent",
127127
"type": {
128128
"javascript": "number",
129129
"jsdoc": "number",
@@ -132,15 +132,13 @@
132132
}
133133
},
134134
"keywords": [
135-
"tand",
135+
"degree",
136+
"tan",
136137
"tangent",
137138
"trig",
138-
"trigonometry",
139-
"degrees"
139+
"trigonometry"
140140
],
141-
"extra_keywords": [
142-
"math.tand"
143-
]
141+
"extra_keywords": []
144142
}
145143
}
146144
}

0 commit comments

Comments
 (0)