Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in floating-point

Get the digits of a long double

Is there a C++ function that returns exactly the value of the built-in CPU operation RSQRTSS for inverse square root?

c++ x86 floating-point sse sqrt

Book says c Standard provides floating point accuracy to six significant figures, but this isnt true?

c floating-point

How is Python's decimal (and other precise decimal libraries) implemented and why are they slower than built in floating point calculations?

64 vs 32 bit double parsing issue with the round-trip format specifier "R"

Why the value of biased exponent is 127 instead of 128?

floating-point exponent

C#: Is there a difference between (float) (x / y) and x / (float) y?

c# casting floating-point

Return a double with only two decimals in Java as part of a larger string?

Multiplying float and integer cast from string in php by hand gives different results

Convert float to string with comma and dot

Exact representation of integers in floating points

Can I convert any string to float without losing precision in Python?

python floating-point

Why round(4.5) == 4 and round(5.5) == 6 in Python 3.5? [duplicate]

Compiling *.vhdl into a library, using Altera Quartus II

What is the difference between a floating point merge and an integer merge?

How to get the number of decimal digits from a double in Java? (Ex: 2.34 => 2 , 2.340 => 2 , 0.921 => 3)

How can I convert a float to a string, but to the sixth decimal - Python

Sorting decimals within a dictionary

Is there a value of type `double`, `K`, such that `K * K == 3.0`?

Numpy n-tuple array with dtype float