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