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