UNPKG
@stdlib/constants-float32-cbrt-eps
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Cube root of single-precision floating-point epsilon.
stdlib.io
stdlib-js/constants-float32-cbrt-eps
@stdlib/constants-float32-cbrt-eps
/
dist
/
index.js
4 lines
(3 loc)
•
178 B
JavaScript
View Raw
1
2
3
4
"use strict"
;
var
r=
require
(
'@stdlib/number-float64-base-to-float32/dist'
),t=
r
(
.004921566601151848
);
module
.
exports
=t;
/**
@license
Apache
-2.0 */
//# sourceMappingURL=index.js.map