File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
lib/node_modules/@stdlib/math/base/special/tandf Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 {
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}
You can’t perform that action at this time.
0 commit comments