File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
lib/node_modules/@stdlib/math/base/special/expf Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/math/base/special/expf" ,
33 "version" : " 0.0.0" ,
4- "description" : " Evaluates the natural exponential function as a single-precision floating-point number." ,
4+ "description" : " Evaluates the natural exponential function for a single-precision floating-point number." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
77 "name" : " The Stdlib Authors" ,
6060 " special" ,
6161 " function" ,
6262 " math.exp" ,
63+ " exp" ,
6364 " expf" ,
6465 " natural" ,
6566 " exponential" ,
6667 " euler" ,
6768 " power" ,
68- " float" ,
6969 " number"
7070 ],
7171 "__stdlib__" : {
7272 "scaffold" : {
7373 "$schema" :
" math/[email protected] " ,
74- "base_alias" : " expf " ,
74+ "base_alias" : " exp " ,
7575 "alias" : " expf" ,
76- "pkg_desc" : " evaluate the natural exponential function as a single-precision floating-point number " ,
77- "desc" : " evaluates the natural exponential function as a single-precision floating-point number " ,
78- "short_desc" : " natural exponential function (single-precision) " ,
76+ "pkg_desc" : " evaluate the natural exponential function" ,
77+ "desc" : " evaluates the natural exponential function" ,
78+ "short_desc" : " natural exponential function" ,
7979 "parameters" : [
8080 {
8181 "name" : " x" ,
123123 ]
124124 }
125125 ],
126+ "output_policy" : " real_floating_point_and_generic" ,
126127 "returns" : {
127128 "desc" : " function value" ,
128129 "type" : {
133134 }
134135 },
135136 "keywords" : [
137+ " exp" ,
138+ " expf" ,
136139 " natural" ,
137140 " exponential" ,
138- " expf " ,
141+ " euler " ,
139142 " power"
140143 ],
141144 "extra_keywords" : [
You can’t perform that action at this time.
0 commit comments