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