Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in floating-point
Get the digits of a long double
Jul 18, 2026
c
floating-point
long-double
Is there a C++ function that returns exactly the value of the built-in CPU operation RSQRTSS for inverse square root?
Jul 19, 2026
c++
x86
floating-point
sse
sqrt
Book says c Standard provides floating point accuracy to six significant figures, but this isnt true?
Jul 17, 2026
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?
Jul 18, 2026
python
floating-point
decimal
64 vs 32 bit double parsing issue with the round-trip format specifier "R"
Jul 18, 2026
c#
floating-point
64-bit
floating-accuracy
Why the value of biased exponent is 127 instead of 128?
Jul 18, 2026
floating-point
exponent
C#: Is there a difference between (float) (x / y) and x / (float) y?
Jul 18, 2026
c#
casting
floating-point
Return a double with only two decimals in Java as part of a larger string?
Jul 17, 2026
java
floating-point
formatting
return
decimal
Multiplying float and integer cast from string in php by hand gives different results
Jul 17, 2026
php
casting
floating-point
int
rounding
Convert float to string with comma and dot
Jul 17, 2026
c#
silverlight
floating-point
Exact representation of integers in floating points
Jul 16, 2026
c++
floating-point
precision
Can I convert any string to float without losing precision in Python?
Jul 15, 2026
python
floating-point
Why round(4.5) == 4 and round(5.5) == 6 in Python 3.5? [duplicate]
Jul 16, 2026
python
floating-point
floating-accuracy
Compiling *.vhdl into a library, using Altera Quartus II
Jul 15, 2026
floating-point
vhdl
fixed-point
intel-fpga
quartus
What is the difference between a floating point merge and an integer merge?
Jul 14, 2026
algorithm
floating-point
mergesort
How to get the number of decimal digits from a double in Java? (Ex: 2.34 => 2 , 2.340 => 2 , 0.921 => 3)
Jul 15, 2026
java
floating-point
integer
double
How can I convert a float to a string, but to the sixth decimal - Python
Jul 14, 2026
python
floating-point
string-formatting
Sorting decimals within a dictionary
Jul 14, 2026
python
sorting
dictionary
floating-point
decimal
Is there a value of type `double`, `K`, such that `K * K == 3.0`?
Jul 14, 2026
c++
c
math
floating-point
ieee-754
Numpy n-tuple array with dtype float
Jul 13, 2026
python
arrays
numpy
floating-point
tuples
« Newer Entries
Older Entries »