File tree Expand file tree Collapse file tree 1 file changed +73
-1
lines changed
lib/node_modules/@stdlib/math/base/special/factorialln Expand file tree Collapse file tree 1 file changed +73
-1
lines changed Original file line number Diff line number Diff line change 68
68
" combinatorics" ,
69
69
" gamma" ,
70
70
" number"
71
- ]
71
+ ],
72
+ "__stdlib__" : {
73
+ "scaffold" : {
74
+ "$schema" :
" math/[email protected] " ,
75
+ "base_alias" : " factorialln" ,
76
+ "alias" : " factorialln" ,
77
+ "pkg_desc" : " compute the natural logarithm of the factorial" ,
78
+ "desc" : " computes the natural logarithm of the factorial" ,
79
+ "short_desc" : " factorialln" ,
80
+ "parameters" : [
81
+ {
82
+ "name" : " x" ,
83
+ "desc" : " input value" ,
84
+ "type" : {
85
+ "javascript" : " number" ,
86
+ "jsdoc" : " number" ,
87
+ "c" : " double" ,
88
+ "dtype" : " float64"
89
+ },
90
+ "domain" : [
91
+ {
92
+ "min" : 0 ,
93
+ "max" : " infinity"
94
+ }
95
+ ],
96
+ "rand" : {
97
+ "prng" : " random/base/discrete-uniform" ,
98
+ "parameters" : [
99
+ 0 ,
100
+ 100
101
+ ]
102
+ },
103
+ "example_values" : [
104
+ 1 ,
105
+ 2 ,
106
+ 3 ,
107
+ 4 ,
108
+ 5 ,
109
+ 6 ,
110
+ 7 ,
111
+ 8 ,
112
+ 9 ,
113
+ 10 ,
114
+ 11 ,
115
+ 12 ,
116
+ 13 ,
117
+ 14 ,
118
+ 93 ,
119
+ 95 ,
120
+ 96 ,
121
+ 97 ,
122
+ 98 ,
123
+ 99
124
+ ]
125
+ }
126
+ ],
127
+ "output_policy" : " real_floating_point_and_generic" ,
128
+ "returns" : {
129
+ "desc" : " factorialln" ,
130
+ "type" : {
131
+ "javascript" : " number" ,
132
+ "jsdoc" : " number" ,
133
+ "c" : " double" ,
134
+ "dtype" : " float64"
135
+ }
136
+ },
137
+ "keywords" : [
138
+ " factorialln" ,
139
+ " lfact"
140
+ ],
141
+ "extra_keywords" : []
142
+ }
143
+ }
72
144
}
You can’t perform that action at this time.
0 commit comments