File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/math/base/special/ceil10 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 " round" ,
6363 " nearest" ,
6464 " number"
65- ]
65+ ],
66+ "__stdlib__" : {
67+ "scaffold" : {
68+ "$schema" : " math/base@v1.0" ,
69+ "base_alias" : " ceil10" ,
70+ "alias" : " ceil10" ,
71+ "pkg_desc" : " round a number to the nearest power of 10 toward positive infinity" ,
72+ "desc" : " rounds a number to the nearest power of 10 toward positive infinity" ,
73+ "short_desc" : " " ,
74+ "parameters" : [
75+ {
76+ "name" : " x" ,
77+ "desc" : " input value" ,
78+ "type" : {
79+ "javascript" : " number" ,
80+ "jsdoc" : " number" ,
81+ "c" : " double" ,
82+ "dtype" : " float64"
83+ },
84+ "domain" : [
85+ {
86+ "min" : " -infinity" ,
87+ "max" : " infinity"
88+ }
89+ ],
90+ "rand" : {
91+ "prng" : " random/base/uniform" ,
92+ "parameters" : [
93+ -100 ,
94+ 100
95+ ]
96+ },
97+ "example_values" : [
98+ 64.78 ,
99+ 27.5 ,
100+ 0 ,
101+ 0.1 ,
102+ -91.1 ,
103+ 18.2 ,
104+ -13.5 ,
105+ 125 ,
106+ -10.2 ,
107+ 11.3 ,
108+ -12.4 ,
109+ 3.567 ,
110+ -100.67 ,
111+ 15.7 ,
112+ -162 ,
113+ 172.49 ,
114+ -188.98 ,
115+ 19.11 ,
116+ -200.23 ,
117+ 21.151
118+ ]
119+ }
120+ ],
121+ "output_policy" : " real_and_generic" ,
122+ "returns" : {
123+ "desc" : " rounded value" ,
124+ "type" : {
125+ "javascript" : " number" ,
126+ "jsdoc" : " number" ,
127+ "c" : " double" ,
128+ "dtype" : " float64"
129+ }
130+ },
131+ "keywords" : [
132+ " ceil" ,
133+ " ceil10" ,
134+ " round" ,
135+ " power" ,
136+ " ten" ,
137+ " nearest" ,
138+ " value"
139+ ],
140+ "extra_keywords" : [
141+ " math.ceil"
142+ ]
143+ }
144+ }
66145}
You can’t perform that action at this time.
0 commit comments