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 1
1
{
2
2
"name" : " @stdlib/math/base/special/expf" ,
3
3
"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." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
7
7
"name" : " The Stdlib Authors" ,
60
60
" special" ,
61
61
" function" ,
62
62
" math.exp" ,
63
+ " exp" ,
63
64
" expf" ,
64
65
" natural" ,
65
66
" exponential" ,
66
67
" euler" ,
67
68
" power" ,
68
- " float" ,
69
69
" number"
70
70
],
71
71
"__stdlib__" : {
72
72
"scaffold" : {
73
73
"$schema" :
" math/[email protected] " ,
74
- "base_alias" : " expf " ,
74
+ "base_alias" : " exp " ,
75
75
"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" ,
79
79
"parameters" : [
80
80
{
81
81
"name" : " x" ,
123
123
]
124
124
}
125
125
],
126
+ "output_policy" : " real_floating_point_and_generic" ,
126
127
"returns" : {
127
128
"desc" : " function value" ,
128
129
"type" : {
133
134
}
134
135
},
135
136
"keywords" : [
137
+ " exp" ,
138
+ " expf" ,
136
139
" natural" ,
137
140
" exponential" ,
138
- " expf " ,
141
+ " euler " ,
139
142
" power"
140
143
],
141
144
"extra_keywords" : [
You can’t perform that action at this time.
0 commit comments