File tree Expand file tree Collapse file tree 1 file changed +79
-1
lines changed
lib/node_modules/@stdlib/math/base/special/rcbrt Expand file tree Collapse file tree 1 file changed +79
-1
lines changed Original file line number Diff line number Diff line change 6565 " number" ,
6666 " reciprocal" ,
6767 " inverse"
68- ]
68+ ],
69+ "__stdlib__" : {
70+ "scaffold" : {
71+ "$schema" : " math/base@v1.0" ,
72+ "base_alias" : " rcbrt" ,
73+ "alias" : " rcbrt" ,
74+ "pkg_desc" : " compute the reciprocal cube root of a double-precision floating-point number" ,
75+ "desc" : " computes the reciprocal cube root of a double-precision floating-point number" ,
76+ "short_desc" : " reciprocal cube root" ,
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" : " -infinity" ,
90+ "max" : " infinity"
91+ }
92+ ],
93+ "rand" : {
94+ "prng" : " random/base/uniform" ,
95+ "parameters" : [
96+ -100 ,
97+ 100
98+ ]
99+ },
100+ "example_values" : [
101+ -100 ,
102+ -64 ,
103+ -27 ,
104+ -8 ,
105+ -1 ,
106+ -0.5 ,
107+ -0.125 ,
108+ -0.01 ,
109+ 0.01 ,
110+ 0.125 ,
111+ 0.5 ,
112+ 1 ,
113+ 2 ,
114+ 3 ,
115+ 4 ,
116+ 8 ,
117+ 27 ,
118+ 64 ,
119+ 81 ,
120+ 100
121+ ]
122+ }
123+ ],
124+ "returns" : {
125+ "desc" : " reciprocal cube root" ,
126+ "type" : {
127+ "javascript" : " number" ,
128+ "jsdoc" : " number" ,
129+ "c" : " double" ,
130+ "dtype" : " float64"
131+ }
132+ },
133+ "keywords" : [
134+ " rcbrt" ,
135+ " principal" ,
136+ " cube" ,
137+ " root" ,
138+ " power" ,
139+ " reciprocal" ,
140+ " inverse"
141+ ],
142+ "extra_keywords" : [
143+ " math.cbrt"
144+ ]
145+ }
146+ }
69147}
You can’t perform that action at this time.
0 commit comments