@stdlib/constants-float64-half-ln-two
One half times the natural logarithm of 2.
Updated by @stdlib-bot
@stdlib/constants-float16-pinf
Half-precision floating-point positive infinity.
Updated by @stdlib-bot
@stdlib/constants-float16-ninf
Half-precision floating-point negative infinity.
Updated by @stdlib-bot
@stdlib/constants-float16-num-bytes
Size (in bytes) of a half-precision floating-point number.
Updated by @stdlib-bot
@stdlib/constants-float16-min-safe-integer
Minimum safe half-precision floating-point integer.
Updated by @stdlib-bot
@stdlib/constants-float16-smallest-normal
Smallest positive normalized half-precision floating-point number.
Updated by @stdlib-bot
@stdlib/constants-float16-max-safe-integer
Maximum safe half-precision floating-point integer.
Updated by @stdlib-bot
@stdlib/constants-float16-cbrt-eps
Cube root of half-precision floating-point epsilon.
Updated by @stdlib-bot
@stdlib/constants-float16-sqrt-eps
Square root of half-precision floating-point epsilon.
Updated by @stdlib-bot
@stdlib/constants-float16-precision
Effective number of bits in the significand of a half-precision floating-point number.
Updated by @stdlib-bot
@stdlib/constants-float16-smallest-subnormal
Smallest positive half-precision floating-point subnormal number.
Updated by @stdlib-bot
@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.
Updated by @stdlib-bot
@stdlib/constants-float16-exponent-bias
The bias of a half-precision floating-point number's exponent.
Updated by @stdlib-bot
@stdlib/utils-safe-int-min
Return the minimum safe integer capable of being represented by a numeric real type.
Updated by @stdlib-bot
@stdlib/utils-safe-int-max
Return the maximum safe integer capable of being represented by a numeric real type.
Updated by @stdlib-bot
@stdlib/utils-real-min
Return the smallest positive normal value capable of being represented by a numeric real type.
Updated by @stdlib-bot
@stdlib/utils-real-max
Return the maximum finite value capable of being represented by a numeric real type.
Updated by @stdlib-bot