Search code examples
How much accuracy is lost due to representing time as a IEEE 754 binary64 number?...

floating-pointdoubleieee-754floating-accuracy

Read More
get values from ble device (Understanding Data Conversion (ieee-11073 16 bit) )...

flutterfloating-pointbluetooth-lowenergydeviceieee-11073

Read More
Number of digits in exponent...

pythonfloating-pointexponent

Read More
How to compare floating point numbers in Perl for "equality"...

perlfloating-point

Read More
Casting minimum 32-bit integer (-2147483648) to float gives positive number (2147483648.0)...

cfloating-pointintegerlong-integerminimum

Read More
Floating point serialization/parsing rounding...

c++floating-pointrounding

Read More
Is the leftmost bit of the mantissa always 1?...

floating-pointprecisionfloating-accuracy

Read More
Understanding floating point problems...

c#javascriptvb.netfloating-point

Read More
Error: No operator '+=' matches float and Vector2 in fluid simulation property gradient calc...

c++vectorfloating-pointoperator-overloading

Read More
Misunderstanding the integration of MATLAB...

matlabfloating-pointprecisionnumerical-integration

Read More
Converting Pytorch bfloat16 tensors to numpy throws TypeError...

pythonnumpypytorchfloating-pointtensor

Read More
Determining the Upper Limit of Math.random() Output in Java...

javarandomfloating-pointdoubleieee-754

Read More
Is there some sort of pool in Java that avoids repeating recents arithmetic operations?...

javastaticfloating-pointpool

Read More
Largest number a floating point number can hold while still retaining a certain amount of decimal pr...

floating-pointprecision

Read More
Unformat money when parsing in PHP...

phpparsingfloating-pointcurrency

Read More
How do you std::round doubles, but round towards zero in halfway cases?...

c++floating-pointstdrounding

Read More
Why does modulus operator return different results depening on the compliler and variables used?...

c#compilationfloating-pointroslyn

Read More
Is Cast double of float always same in the Java?...

javafloating-point

Read More
Regular Expression (avoid float numbers)...

phpregexfloating-pointnumbers

Read More
Creating floats from binary value in Python...

pythonfloating-point

Read More
Why is double printing the same value as float in C when they have different sizes?...

cfloating-pointdouble

Read More
What is floating point speculation and how does it differ from the compiler's floating point mod...

c++floating-pointinteliccfast-math

Read More
Does Python not follow IEEE-754 in case of division by zero?...

pythonfloating-pointruntime-errorieee-754divide-by-zero

Read More
My Floating-point problem - Trial in C++/Python...

pythonc++floating-pointieee-754

Read More
Truncate a floating point number without rounding up...

rubymathfloating-pointdecimalprecision

Read More
.NET rounding error in ToString("f2")...

c#c++floating-pointieee-754rounding-error

Read More
Incorrect rounding of float when using ToString("F1")...

c#stringfloating-pointformat

Read More
How to avoid number converting to the float after division in python?...

pythonfloating-pointinteger

Read More
Can the product of two "whole" doubles always be correctly represented?...

floating-pointprecision

Read More
While comparing two integers, if condition does not work correctly in bash script...

linuxbashfloating-pointcompare

Read More
BackNext