Effective number of bits in the significand of a single-precision floating-point number.
- Updated
Jul 21, 2025 - JavaScript
Effective number of bits in the significand of a single-precision floating-point number.
Effective number of bits in the significand of a double-precision floating-point number.
Effective number of bits in the significand of a half-precision floating-point number.
Mask for the significand of a single-precision floating-point number.
High word mask for the significand of a double-precision floating-point number.
Number of significand bits in the high word of a double-precision floating-point number.
🔍 Extract and manipulate the significand mask for float16 values, enhancing numerical computation capabilities in JavaScript and C.
🧮 Implement and manage float16 sign masks to enhance numerical computation in your JavaScript and C projects with ease and efficiency.
Mask for the significand of a half-precision floating-point number.
Number of significand bits for a single-precision floating-point number.
Number of significand bits for a half-precision floating-point number.
Add a description, image, and links to the significand topic page so that developers can more easily learn about it.
To associate your repository with the significand topic, visit your repo's landing page and select "manage topics."