Search code examples
Parse four bytes to floating-point in C...

cstringparsingfloating-point

Read More
What is the best approach to deal with floating point issues when limiting the user input to 2 decim...

javascriptfloating-pointprecision

Read More
Do all C compilers implicitly drop the fractional when converting floating point to integer?...

ccastingfloating-pointieee-754

Read More
Is calculating the distance between two floating-point numbers symmetrical?...

javafloating-pointdistance

Read More
In JavaScript, why does zero divided by zero return NaN, but any other divided by zero return Infini...

javascriptmathfloating-pointnaninfinity

Read More
float number to string converting implementation in STD...

c++floating-pointprintfstdfloating-accuracy

Read More
Convert number From Excel cell to IEEE 754 Hex format...

excelfloating-pointieee-754floating-point-conversion

Read More
Float overflow in scipy quadrature...

pythonfloating-pointintegralcalculusquad

Read More
Convert string to float without loosing decimal places...

stringunity-game-enginefloating-pointtype-conversionrotation

Read More
Python float formatting - like "g", but with more digits...

pythonformattingfloating-point

Read More
Emulating the CTCV_CONVERT_FLOAT_TO_DATE function in SQL or Python...

floating-pointsnowflake-cloud-data-platformabapsap-erp

Read More
How to get the smallest numberA that is N times another numberB, and bigger or equal numberC...

floating-pointprecision

Read More
Floating point comparison functions for C#...

c#.netfloating-point

Read More
Representing a number smaller than the smallest in single precision...

floating-pointbinarysubnormal-numbers

Read More
In the SQL standard, can floating-point columns hold NaN?...

sqlnullfloating-pointnan

Read More
How many float multiplies can be performed with a single core of the current Intel architectures?...

x86floating-pointcpu-architecturesimdflops

Read More
How can I force division to be floating point? Division keeps rounding down to 0?...

pythonfloating-pointintegerdivisionpython-2.x

Read More
Why cannot you use a 'f' suffix directly after an integer?...

c++floating-pointintegerliterals

Read More
What's the use of suffix `f` on float value...

cfloating-pointliterals

Read More
Difference between 2.0 and 2.0f (explicit float vs double literals)...

c++cfloating-pointliterals

Read More
TypeError: 'float' object not iterable...

pythonpython-3.xfor-loopfloating-pointtypeerror

Read More
How exactly are RISC-V extensions like F implemented in a pipelined processor...

floating-pointcpu-architecturehardwareriscvpipelining

Read More
When are denormals actually useful?...

floating-pointieee-754

Read More
How to truncate float values?...

pythonfloating-point

Read More
Fast implementation of complementary error function with 5-digit accuracy...

calgorithmfloating-pointfloating-accuracy

Read More
How to get the exact memory representation of fp16,fp32,bf16,int8,... and so on in python?...

pythonfloating-point

Read More
recommended way to convert Double -> Float in Haskell...

haskellfloating-pointcoercion

Read More
strtod edge of denormals glitch...

cfloating-pointdouble

Read More
Python - How to round down a float to 1 significant digit...

pythonfloating-point

Read More
Issue with System.Text.Json Serialization of Floating Point Numbers in C#...

c#jsonserializationfloating-pointsystem.text.json

Read More
BackNext