@stdlib/constants-float64-eps
Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.
@stdlib/constants-float32-eps
Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.
@stdlib/constants-float32-cbrt-eps
Cube root of single-precision floating-point epsilon.
@stdlib/constants-float32-sqrt-eps
Square root of single-precision floating-point epsilon.
@stdlib/constants-float16-sqrt-eps
Square root of half-precision floating-point epsilon.
@stdlib/constants-float16-eps
Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number.
@stdlib/constants-float16-cbrt-eps
Cube root of half-precision floating-point epsilon.
@stdlib/math-base-utils-float64-epsilon-difference
Compute the relative difference of two real numbers in units of double-precision floating-point epsilon.
constants-float32-fourth-root-eps
Fourth root of single-precision floating-point epsilon.