IEEE 754 single and double precision floating point library in systemverilog and vhdl
-
Updated
Dec 21, 2024 - VHDL
IEEE 754 single and double precision floating point library in systemverilog and vhdl
soft_double provides a C++ software implementation of a double-precision floating-point data type
Pair functions to convert a floating number to a single precision, double precision, or arbitrary size bit representation and convert a single, double or arbitrary size bit string back into a number.
IEEE 754 decimal to binary representation for converting decimal to single and double precision floating point
This project helps to understand how the different number representations (long long, unsigned long long, single precision floating point numbers, and double precision floating point numbers) are stored in binary and can be converted to their respective formats.
IEEE 754 Binary to Decimal representation calculator for single and double precision floating point numbers
Add a description, image, and links to the double-precision-floating-point topic page so that developers can more easily learn about it.
To associate your repository with the double-precision-floating-point topic, visit your repo's landing page and select "manage topics."