@@ -46,6 +46,26 @@ var constants = {};
4646*/
4747setReadOnly ( constants , 'ABS_MASK' , require ( '@stdlib/constants/float32/abs-mask' ) ) ;
4848
49+ /**
50+ * @name APERY
51+ * @memberof constants
52+ * @readonly
53+ * @constant
54+ * @type {number }
55+ * @see {@link module:@stdlib/constants/float32/apery }
56+ */
57+ setReadOnly ( constants , 'APERY' , require ( '@stdlib/constants/float32/apery' ) ) ;
58+
59+ /**
60+ * @name CATALAN
61+ * @memberof constants
62+ * @readonly
63+ * @constant
64+ * @type {number }
65+ * @see {@link module:@stdlib/constants/float32/catalan }
66+ */
67+ setReadOnly ( constants , 'CATALAN' , require ( '@stdlib/constants/float32/catalan' ) ) ;
68+
4969/**
5070* @name CBRT_EPS
5171* @memberof constants
@@ -76,6 +96,16 @@ setReadOnly( constants, 'E', require( '@stdlib/constants/float32/e' ) );
7696*/
7797setReadOnly ( constants , 'EPS' , require ( '@stdlib/constants/float32/eps' ) ) ;
7898
99+ /**
100+ * @name EULERGAMMA
101+ * @memberof constants
102+ * @readonly
103+ * @constant
104+ * @type {number }
105+ * @see {@link module:@stdlib/constants/float32/eulergamma }
106+ */
107+ setReadOnly ( constants , 'EULERGAMMA' , require ( '@stdlib/constants/float32/eulergamma' ) ) ;
108+
79109/**
80110* @name EXPONENT_BIAS
81111* @memberof constants
@@ -106,6 +136,26 @@ setReadOnly( constants, 'EXPONENT_MASK', require( '@stdlib/constants/float32/exp
106136*/
107137setReadOnly ( constants , 'FOURTH_PI' , require ( '@stdlib/constants/float32/fourth-pi' ) ) ;
108138
139+ /**
140+ * @name FOURTH_ROOT_EPS
141+ * @memberof constants
142+ * @readonly
143+ * @constant
144+ * @type {number }
145+ * @see {@link module:@stdlib/constants/float32/fourth-root-eps }
146+ */
147+ setReadOnly ( constants , 'FOURTH_ROOT_EPS' , require ( '@stdlib/constants/float32/fourth-root-eps' ) ) ;
148+
149+ /**
150+ * @name GAMMA_LANCZOS_G
151+ * @memberof constants
152+ * @readonly
153+ * @constant
154+ * @type {number }
155+ * @see {@link module:@stdlib/constants/float32/gamma-lanczos-g }
156+ */
157+ setReadOnly ( constants , 'GAMMA_LANCZOS_G' , require ( '@stdlib/constants/float32/gamma-lanczos-g' ) ) ;
158+
109159/**
110160* @name HALF_LN_TWO
111161* @memberof constants
@@ -146,6 +196,16 @@ setReadOnly( constants, 'LN_HALF', require( '@stdlib/constants/float32/ln-half'
146196*/
147197setReadOnly ( constants , 'LN_PI' , require ( '@stdlib/constants/float32/ln-pi' ) ) ;
148198
199+ /**
200+ * @name LN_SQRT_TWO_PI
201+ * @memberof constants
202+ * @readonly
203+ * @constant
204+ * @type {number }
205+ * @see {@link module:@stdlib/constants/float32/ln-sqrt-two-pi }
206+ */
207+ setReadOnly ( constants , 'LN_SQRT_TWO_PI' , require ( '@stdlib/constants/float32/ln-sqrt-two-pi' ) ) ;
208+
149209/**
150210* @name LN_TEN
151211* @memberof constants
@@ -166,6 +226,36 @@ setReadOnly( constants, 'LN_TEN', require( '@stdlib/constants/float32/ln-ten' )
166226*/
167227setReadOnly ( constants , 'LN_TWO' , require ( '@stdlib/constants/float32/ln-two' ) ) ;
168228
229+ /**
230+ * @name LN_TWO_PI
231+ * @memberof constants
232+ * @readonly
233+ * @constant
234+ * @type {number }
235+ * @see {@link module:@stdlib/constants/float32/ln-two-pi }
236+ */
237+ setReadOnly ( constants , 'LN_TWO_PI' , require ( '@stdlib/constants/float32/ln-two-pi' ) ) ;
238+
239+ /**
240+ * @name LOG2E
241+ * @memberof constants
242+ * @readonly
243+ * @constant
244+ * @type {number }
245+ * @see {@link module:@stdlib/constants/float32/log2-e }
246+ */
247+ setReadOnly ( constants , 'LOG2E' , require ( '@stdlib/constants/float32/log2-e' ) ) ;
248+
249+ /**
250+ * @name LOG10E
251+ * @memberof constants
252+ * @readonly
253+ * @constant
254+ * @type {number }
255+ * @see {@link module:@stdlib/constants/float32/log10-e }
256+ */
257+ setReadOnly ( constants , 'LOG10E' , require ( '@stdlib/constants/float32/log10-e' ) ) ;
258+
169259/**
170260* @name MAX
171261* @memberof constants
@@ -216,6 +306,36 @@ setReadOnly( constants, 'MAX_BASE10_EXPONENT', require( '@stdlib/constants/float
216306*/
217307setReadOnly ( constants , 'MAX_BASE10_EXPONENT_SUBNORMAL' , require ( '@stdlib/constants/float32/max-base10-exponent-subnormal' ) ) ;
218308
309+ /**
310+ * @name MAX_LN
311+ * @memberof constants
312+ * @readonly
313+ * @constant
314+ * @type {number }
315+ * @see {@link module:@stdlib/constants/float32/max-ln }
316+ */
317+ setReadOnly ( constants , 'MAX_LN' , require ( '@stdlib/constants/float32/max-ln' ) ) ;
318+
319+ /**
320+ * @name MAX_NTH_DOUBLE_FACTORIAL
321+ * @memberof constants
322+ * @readonly
323+ * @constant
324+ * @type {number }
325+ * @see {@link module:@stdlib/constants/float32/max-nth-double-factorial }
326+ */
327+ setReadOnly ( constants , 'MAX_NTH_DOUBLE_FACTORIAL' , require ( '@stdlib/constants/float32/max-nth-double-factorial' ) ) ;
328+
329+ /**
330+ * @name MAX_NTH_FACTORIAL
331+ * @memberof constants
332+ * @readonly
333+ * @constant
334+ * @type {number }
335+ * @see {@link module:@stdlib/constants/float32/max-nth-factorial }
336+ */
337+ setReadOnly ( constants , 'MAX_NTH_FACTORIAL' , require ( '@stdlib/constants/float32/max-nth-factorial' ) ) ;
338+
219339/**
220340* @name MAX_SAFE_FIBONACCI
221341* @memberof constants
@@ -236,6 +356,26 @@ setReadOnly( constants, 'MAX_SAFE_FIBONACCI', require( '@stdlib/constants/float3
236356*/
237357setReadOnly ( constants , 'MAX_SAFE_INTEGER' , require ( '@stdlib/constants/float32/max-safe-integer' ) ) ;
238358
359+ /**
360+ * @name MAX_SAFE_LUCAS
361+ * @memberof constants
362+ * @readonly
363+ * @constant
364+ * @type {number }
365+ * @see {@link module:@stdlib/constants/float32/max-safe-lucas }
366+ */
367+ setReadOnly ( constants , 'MAX_SAFE_LUCAS' , require ( '@stdlib/constants/float32/max-safe-lucas' ) ) ;
368+
369+ /**
370+ * @name MAX_SAFE_NTH_DOUBLE_FACTORIAL
371+ * @memberof constants
372+ * @readonly
373+ * @constant
374+ * @type {number }
375+ * @see {@link module:@stdlib/constants/float32/max-safe-nth-double-factorial }
376+ */
377+ setReadOnly ( constants , 'MAX_SAFE_NTH_DOUBLE_FACTORIAL' , require ( '@stdlib/constants/float32/max-safe-nth-double-factorial' ) ) ;
378+
239379/**
240380* @name MAX_SAFE_NTH_FACTORIAL
241381* @memberof constants
@@ -266,6 +406,16 @@ setReadOnly( constants, 'MAX_SAFE_NTH_FIBONACCI', require( '@stdlib/constants/fl
266406*/
267407setReadOnly ( constants , 'MAX_SAFE_NTH_LUCAS' , require ( '@stdlib/constants/float32/max-safe-nth-lucas' ) ) ;
268408
409+ /**
410+ * @name MAX_SAFE_NTH_TRIBONACCI
411+ * @memberof constants
412+ * @readonly
413+ * @constant
414+ * @type {number }
415+ * @see {@link module:@stdlib/constants/float32/max-safe-nth-tribonacci }
416+ */
417+ setReadOnly ( constants , 'MAX_SAFE_NTH_TRIBONACCI' , require ( '@stdlib/constants/float32/max-safe-nth-tribonacci' ) ) ;
418+
269419/**
270420* @name MIN_BASE2_EXPONENT
271421* @memberof constants
@@ -306,6 +456,16 @@ setReadOnly( constants, 'MIN_BASE10_EXPONENT', require( '@stdlib/constants/float
306456*/
307457setReadOnly ( constants , 'MIN_BASE10_EXPONENT_SUBNORMAL' , require ( '@stdlib/constants/float32/min-base10-exponent-subnormal' ) ) ;
308458
459+ /**
460+ * @name MIN_LN
461+ * @memberof constants
462+ * @readonly
463+ * @constant
464+ * @type {number }
465+ * @see {@link module:@stdlib/constants/float32/min-ln }
466+ */
467+ setReadOnly ( constants , 'MIN_LN' , require ( '@stdlib/constants/float32/min-ln' ) ) ;
468+
309469/**
310470* @name MIN_SAFE_INTEGER
311471* @memberof constants
@@ -346,6 +506,16 @@ setReadOnly( constants, 'NINF', require( '@stdlib/constants/float32/ninf' ) );
346506*/
347507setReadOnly ( constants , 'NUM_BYTES' , require ( '@stdlib/constants/float32/num-bytes' ) ) ;
348508
509+ /**
510+ * @name NUM_SIGNIFICAND_BITS
511+ * @memberof constants
512+ * @readonly
513+ * @constant
514+ * @type {number }
515+ * @see {@link module:@stdlib/constants/float32/num-significand-bits }
516+ */
517+ setReadOnly ( constants , 'NUM_SIGNIFICAND_BITS' , require ( '@stdlib/constants/float32/num-significand-bits' ) ) ;
518+
349519/**
350520* @name PHI
351521* @memberof constants
@@ -366,6 +536,16 @@ setReadOnly( constants, 'PHI', require( '@stdlib/constants/float32/phi' ) );
366536*/
367537setReadOnly ( constants , 'PI' , require ( '@stdlib/constants/float32/pi' ) ) ;
368538
539+ /**
540+ * @name PI_SQUARED
541+ * @memberof constants
542+ * @readonly
543+ * @constant
544+ * @type {number }
545+ * @see {@link module:@stdlib/constants/float32/pi-squared }
546+ */
547+ setReadOnly ( constants , 'PI_SQUARED' , require ( '@stdlib/constants/float32/pi-squared' ) ) ;
548+
369549/**
370550* @name PINF
371551* @memberof constants
0 commit comments