CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
ieee-754
08-17
Net
Why can't float/double MinValue/MaxValue fit inside a decimal?
08-16
front end
What happens if we keep dividing float 1.0 by 2 until it reaches zero?
08-14
database
If C and C 's double (and float) is IEEE 754-1985, then are the integer representations and In
07-25
other
Assign a decimal value to a REAL8 local variable using MASM
07-01
OS
What is the range in which IEEE754 can correctly compare the size of floating point numbers
06-17
front end
Strength reduction on floating point division by hand
06-06
OS
Is there a value of type `double`, `K`, such that `K * K == 3.0`?
05-23
Blockchain
How to transform double to IEEE754 format?
05-04
Software design
Problem with implementation method Get IEEE 754 Format, when parameter is double and return type sho
04-26
Blockchain
What is the minimum number of significant decimal digits in a floating point literal to represent th
04-11
Software engineering
C/C : Are IEEE 754 float addition/multiplication/... and int-to-float conversion standardized?
03-31
Mobile
Is it guaranteed that division by power of 10 gives accurate result in Floating-point arithmetic sta
03-25
database
When multiple a relative big floating point value with two relative small floating point value, what
03-19
Mobile
Why Do I get the error "integer literal is too large to be represented in any integer type"
12-31
Software engineering
1.0 / 0.0 - valid statement?
12-31
Software engineering
Discrepancy in result of Intrinsics vs Naive Vector reduction
12-19
Blockchain
The calculation accuracy of floating-point numbers (float, double) in Java (IEEE 754)
12-12
Software engineering
How to reduce the float rounding error when converting it into fixed-point in C ?
12-10
database
cannot separate the different parts of an ieee 754 floating point
11-28
Back-end
Representing float point in hex with printf("%a", 3.14)
11-20
other
C: Is the result of floating point arithmetic ALWAYS normalized?
11-11
Enterprise
performing floating point addition algorithmically
11-02
Software design
Getting IEEE754 byte representation from numpy
10-30
Blockchain
IEEE 754 Addition of two 32-bit floating point numbers (-1 and 2^(-50) )
10-29
Software engineering
Python small floats - arithmetic precision
10-08
Blockchain
Find Average of Last N Floats in a Stream in O(1)
Links:
CodePudding