File tree Expand file tree Collapse file tree 1 file changed +81
-1
lines changed
lib/node_modules/@stdlib/math/base/special/absgammalnf Expand file tree Collapse file tree 1 file changed +81
-1
lines changed Original file line number Diff line number Diff line change 68
68
" lgamma" ,
69
69
" lgammaf" ,
70
70
" float"
71
- ]
71
+ ],
72
+ "__stdlib__" : {
73
+ "scaffold" : {
74
+ "$schema" :
" math/[email protected] " ,
75
+ "base_alias" : " absgammaln" ,
76
+ "alias" : " absgammalnf" ,
77
+ "pkg_desc" : " evaluate the natural logarithm of the absolute value of the gamma function" ,
78
+ "desc" : " evaluates the natural logarithm of the absolute value of the gamma function" ,
79
+ "short_desc" : " natural logarithm of the absolute value of the gamma function" ,
80
+ "parameters" : [
81
+ {
82
+ "name" : " x" ,
83
+ "desc" : " input value" ,
84
+ "type" : {
85
+ "javascript" : " number" ,
86
+ "jsdoc" : " number" ,
87
+ "c" : " float" ,
88
+ "dtype" : " float32"
89
+ },
90
+ "domain" : [
91
+ {
92
+ "min" : " -infinity" ,
93
+ "max" : " infinity"
94
+ }
95
+ ],
96
+ "rand" : {
97
+ "prng" : " random/base/uniform" ,
98
+ "parameters" : [
99
+ -10 ,
100
+ 10
101
+ ]
102
+ },
103
+ "example_values" : [
104
+ 64 ,
105
+ 27 ,
106
+ 0 ,
107
+ 0.1 ,
108
+ -9 ,
109
+ 8 ,
110
+ -1 ,
111
+ 125 ,
112
+ -10.2 ,
113
+ 11.3 ,
114
+ -12.4 ,
115
+ 3.5 ,
116
+ -1.6 ,
117
+ 15.7 ,
118
+ -16 ,
119
+ 17.9 ,
120
+ -188 ,
121
+ 19.11 ,
122
+ -200 ,
123
+ 21.15
124
+ ]
125
+ }
126
+ ],
127
+ "output_policy" : " real_floating_point_and_generic" ,
128
+ "returns" : {
129
+ "desc" : " natural logarithm of the absolute value of the gamma function" ,
130
+ "type" : {
131
+ "javascript" : " number" ,
132
+ "jsdoc" : " number" ,
133
+ "c" : " float" ,
134
+ "dtype" : " float32"
135
+ }
136
+ },
137
+ "keywords" : [
138
+ " absgammalnf" ,
139
+ " gamma" ,
140
+ " log" ,
141
+ " logarithm" ,
142
+ " natural" ,
143
+ " absolute" ,
144
+ " lgamma" ,
145
+ " lgammaf" ,
146
+ " single" ,
147
+ " precision"
148
+ ],
149
+ "extra_keywords" : []
150
+ }
151
+ }
72
152
}
You can’t perform that action at this time.
0 commit comments