Search code examples
Performance of two inverse square root expressions (accounting for CPU pipelining)...


cperformanceassemblyx86floating-point

Read More
Fast bithacked log2 approximation...


mathfloating-pointbit-manipulationsimd

Read More
How to get numbers after decimal point?...


pythonfloating-pointdecimal

Read More
Comparing initialized floating point variable to zero, again...


c++floating-pointcomparison

Read More
Can you compare floating point values exactly to zero?...


c#javafloating-point

Read More
Format / Suppress Scientific Notation from Pandas Aggregation Results...


pythonpandasfloating-pointscientific-notationnumber-formatting

Read More
Standard for the sine of very large numbers...


floating-pointdecimalieee-754

Read More
Binary representation of float in Python (bits not hex)...


pythonbinaryfloating-point

Read More
How to calculate largest float smaller than input integer in C#?...


c#unity-game-enginemathfloating-pointmono

Read More
What operations and functions on +0.0 and -0.0 give different arithmetic results?...


cfloating-point

Read More
regular expression for finding decimal/float numbers?...


javascriptregexfloating-pointdecimal

Read More
Get decimal portion of a number with JavaScript...


javascriptfloating-pointnumbersdecimalrounding

Read More
How do I use floating-point arithmetic in bash?...


bashfloating-pointarithmetic-expressions

Read More
C++ declare platform independent 32-bit float...


c++qttypesfloating-point

Read More
What is the best way to determine if a given number is a power of two?...


javascriptfloating-point

Read More
How can I deal with floating point number precision in JavaScript?...


javascriptfloating-point

Read More
Is floating-point math broken?...


mathfloating-pointlanguage-agnosticprecisionfloating-accuracy

Read More
How to parse float with two decimal places in javascript?...


javascriptfloating-point

Read More
floating-point implementation of a function with removable singularity...


floating-pointapproximation

Read More
Approximating cosine on [0,pi] using only single precision floating point...


cfloating-pointtrigonometryapproximationsingle-precision

Read More
How to Handle Overflow in Double Scalars When Working with Very Large Numbers in Python?...


pythonnumpyfloating-pointbigintlargenumber

Read More
How to use scanf to read a floating point value in nasm x86 64?...


assemblyfloating-pointprintfx86-64nasm

Read More
Numpy float64 vs Python float...


pythonnumpytypesfloating-pointformatting

Read More
Why does IEEE 754 reserve so many NaN values?...


floating-pointnanieee-754

Read More
Truncate (not round off) decimal numbers in JavaScript...


javascriptfloating-pointfloating-accuracy

Read More
How do I use g_assert_cmpfloat () to check if two floats are equal without generating a safety warni...


cfloating-pointequalityglibassertion

Read More
Cast float to decimal in C#. Why is (decimal)0.1F == 0.1M not false because of rounding?...


c#floating-pointrounding-error

Read More
How to convert 64-bit int to float on 32-bit PowerPC?...


assemblyfloating-pointpowerpc

Read More
How are FLT_DIG, DBL_DIG, and LDBL_DIG determined in C...


cfloating-pointprecisionfloating-accuracy

Read More
Pytorch Convolution Network: problem with floating point type...


pythonpytorchfloating-point

Read More
BackNext