single-precision-floating-point
There are 8 repositories under single-precision-floating-point topic.
Zeda/z80float
A fairly complete floating point library for the Z80 ! Includes 24-, 32-, and 80-bit formats.
Robert-van-Engelen/Forth850
A fast Forth Standard system written in Z80 assembly for SHARP PC-G850 pocket computers
melihaltun/floating_point_binary_conversion
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.
sujoyyyy/Computer-Architecture
In computer engineering, computer architecture is a set of rules and methods that describe the functionality, organization, and implementation of computer systems.
fxxce/IEEE754BinaryToDecimalCalculator
IEEE 754 Binary to Decimal representation calculator for single and double precision floating point numbers
fxxce/IEEE754DecimalToBinaryCalculator
IEEE 754 decimal to binary representation for converting decimal to single and double precision floating point
rehan-code/Binary-Number-Representation-Project
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.
jtcass01/SinglePrecisionFloat
C Library for converting a floating point number into it's sign, exponent, and mantissa parts. Can also convert from Hexidecimal representation of single precison floating point.