Concerning the accuracy of operations performed on floating point numbers.
0
votes
0answers
51 views
Python: floating accuracy when computing RTTs
With tcpdump, I dumped a trace of around 2800 outgoing packets and just as many corresponding incoming ICMP packets. Then, I computed the RTT for each outgoing packet with a simple subtraction.
It ...
1
vote
3answers
69 views
C programming: translated function from MATLAB to C gives slightly (but significantly) different result
I have been trying to translate some MATLAB code into C but one particular function is giving me different results between the two languages. I don't think it is a precision error because the values ...
0
votes
2answers
44 views
how to avoid inaccuracy in multiplications and divisions in python
I am working with python and playing with multiplications and divisions but I can't get the accuracy that I want with this operations. The following example may help to reach my point.
Let a = 3 and ...
0
votes
2answers
29 views
Accuracy of c_k = a + ( N + k ) * b
a, b are 32 bit floating point values, N is a 32 bit integer and k can take on values 0, 1, 2, ... M. Need to calculate c_k = a + ( N + k ) * b; The operations need to be 32 bit operations (not ...
0
votes
2answers
62 views
Rounding off floating point values
While rounding off the floating point values I observed some discrepancy in values. I have extracted following part of code. Here if variable var_d is assigned value> 5.3 to then I am getting proper ...
6
votes
1answer
111 views
What's the most efficient way to run cross-platform, deterministic simulations in Haskell?
My goal is to run a simulation that requires non-integral numbers across different machines that might have a varying CPU architectures and OSes. The main priority is that given the same initial ...
0
votes
0answers
21 views
High precision with large numbers (c++,matlab)
I'm facing the following problem regarding large floating point arithmetics (probably, quite newbie question)
I'm trying to calculate a norm (length) of three vectors:
\vec{d} = \vec{a} + ...
-1
votes
2answers
95 views
What implementation of average is the most accurate?
Given those two implementations of the average function:
float average(const vector<float>& seq)
{
float sum = 0.0f;
for (auto&& value : seq)
{
sum += value;
}
...
1
vote
2answers
73 views
Big float numbers weird results
In java I am using float to store the numbers. I chose the float format as I am working both with integers and double numbers, where the numbers are different, there can be big integers or big double ...
1
vote
1answer
87 views
Alternative to C++11's std::nextafter and std::nexttoward for C++03?
As the title says, the functionality I'm after is provided by C++11's math libraries to find the next floating point value towards a particular value.
Aside from pulling the code out of the std ...
0
votes
2answers
118 views
Finding the closest floating point value less than a specific integer value in C++?
I have an input floating point value that is 0.0f <= value < 1.0f (note less than one).
When multiplying this value up to a larger range, naturally the floating point precision is decreased ...
0
votes
1answer
59 views
Why is “long double” type of a variable producing absurd output while “float” and “double” type works fine?
All I want the following program to do is to print the product of all positive numbers less than 30 (in both exponential and non-exponential forms).It works fine when the variable product is declared ...
2
votes
2answers
113 views
c++ Floating point subtraction error and absolute values
The way I understand it is: when subtracting two double numbers with double precision in c++ they are first transformed to a significand starting with one times 2 to the power of the exponent. Then ...
4
votes
2answers
88 views
Dot Product: * Command vs. Loop gives different results
I have two vectors in Matlab, z and beta. Vector z is a 1x17:
1 0.430742139435890 0.257372971229541 0.0965909090909091 0.694329541928697 0 0.394960106863064 0 0.100000000000000 1 ...
0
votes
1answer
53 views
From what number the following conversion integer -> double -> integer is not valid?
Assuming that my computer use IEEE 754 floating-point encoding, I wonder what is the smallest number for which the following function return false:
constexpr bool test(const unsigned long long int x)
...
4
votes
4answers
74 views
How to actually avoid floating point errors when you need to use float?
I am trying to affect the translation of a 3D model using some UI buttons to shift the position by 0.1 or -0.1.
My model position is a three dimensional float so simply adding 0.1f to one of the ...
2
votes
2answers
64 views
What is the most efficient way to sum a fractional part of a double and increment when it “overflows”?
To make a long story short, I have a piece of code, well over a decade old, that is in use both by us and by outside customers. We have a "shift" number by which we move a shifting window. It was ...
0
votes
0answers
21 views
Allowing user to enter DBL_MAX in QDoubleSpinBox
I have a requirement where I need to have QDoubleSpinBox control where it accepts maximum allowed value for double data types.
I'm using following code:
QDoubleSpinBoxEx* pDoubleSpinBox = new ...
0
votes
0answers
20 views
Create NSArray with float value in a range of -1.0 +1.0 from C Array in identical format
Ok, maybe I'm tired but have some trouble when try to passing "float value" from an C array style to NSarray across NSNumber and obtain identical data.
What I would like achieve is pass this value ...
3
votes
1answer
60 views
Checking that floating points arguments are correct
I want to write a class representing Markov chain (let's name it MC). It has a constructor, which takes the state transition matrix (that is, vector<vector<double>>. I suppose, it is a ...
1
vote
5answers
113 views
If statement not working (Python)
This seems like really simple code but for some reason it just won't work. I need to output a value at certain times but the if statement doesn't seem to be evaluating. The following is the basic ...
0
votes
1answer
450 views
Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue
Highcharts 3.0 seems to have floating point number accuracy issue when displaying tooltips on a pie chart. I was able to recreate the exact error by using one of the highcharts demo pie chart - Pie ...
0
votes
0answers
30 views
Different behaviour of dotnet runtime client vs server
one of our clients ran into a problem with our software which we can not reproduce on our end. I ran out of ideas how to solve this. Here is what happens:
Our software uses a third party component ...
0
votes
0answers
48 views
why is 123.56 - 62.12 = 61.440000000000005 [duplicate]
I am just starting with python and was running through a tutorial here
Running the exmamples, I was surprised to find
print("123.56 - 62.12 =", 123.56 - 62.12)
To come out as
123.56 - 62.12 ...
1
vote
1answer
50 views
Data precision in Stata
This is the trivial problem and I just wanted to know what is happening here.
Following is my sample data for which I am trying to find the row max in stata
x1 x2 x2
...
2
votes
5answers
89 views
Floating point rounding in C
I've run into some weird rounding behaviour with floats. The code below demonstrates the problem. What is the best way to solve this? I've been looking for solutions but haven't had much luck.
...
0
votes
1answer
99 views
Keeping accuracy when taking decimal to power of integer
My code is as follows (I have simplified it for ease of reading, sorry for the lack of functions):
#include <stdio.h>
#include <string.h>
#include <math.h>
#include ...
10
votes
3answers
194 views
Why is Ruby's Float#round behavior different than Python's?
"Behavior of “round” function in Python" observes that Python rounds floats like this:
>>> round(0.45, 1)
0.5
>>> round(1.45, 1)
1.4
>>> round(2.45, 1)
2.5
>>> ...
0
votes
2answers
80 views
Losing accuracy for large integers (pow?)
I am trying to minimise an energy function to find solutions to Tammes's Problem. My code works by using a gradient flow method and I can change the value of my variable t (the power the energy ...
-4
votes
2answers
57 views
How to get the answer to exact bits using double in android [closed]
I have made a Calculator app on android but whenever I do some multiplication of the kind:
23.3 x 3.3
The answer I get is something like:
76.988999999999
Now please tell me how to resolve this ...
1
vote
1answer
86 views
Android Floating point multiplication off by a factor 0.004739
Can anyone explain to me why the speed calculation is off?
It is a floating point calculation. I show (below) in the log print all the factors involved.
According to my hand calculator:
length: ...
2
votes
1answer
59 views
Why does parseFloat() in JavaScript produce consisant but unitinutive results?
While providing an answer to a question about adding a method that increments a float value in an html input, I came across what I know is a common issue with IEEE Floating point math. This is an ...
0
votes
1answer
21 views
Floating Point Precision using REST
I'm pulling timeseries data in from a MS-SQL database using REST. I've found that the floating point precision goes down from a value like 0.00166667 to 0.002 when I'm using REST to retrieve data, ...
2
votes
1answer
110 views
1 %% 0.1 = 0.1 AND 1 %% 0.2 = 0.2?
Am I missing a thing or a bug in the base package?
I am running on R-2.15.2, on Win 7-32
x %% y modulus (x mod y) 5 %% 2 is 1
from : http://www.statmethods.net/management/operators.html
...
0
votes
0answers
51 views
Trouble with identical and all.equal when comparing two floating point elements in two vectors [duplicate]
This is a follow up to a question I posted yesterday. I can't seem to get things right about floating point comparison in R. Yesterday I was using >= to compare two floating point values but that ...
3
votes
1answer
110 views
Floating point accuracy again
Yesterday I asked a question about why I was losing accuracy in a floating point arithmetic. I received an answer about how it was due to intermediate results being held in x87 registers. This was ...
6
votes
1answer
131 views
Accuracy of floating point arithmetic
I'm having trouble understanding the output of this program
int main()
{
double x = 1.8939201459282359e-308;
double y = 4.9406564584124654e-324;
printf("%23.16e\n", 1.6*y);
...
-1
votes
2answers
64 views
int*float accuracy
I know about differences between number representations but here is something that I would like someone to explain.
we see that value of float t is as it is, and I wonder why f is not equal to 2+t (as ...
0
votes
3answers
107 views
Explain 1 - 3*(4/3 - 1) = 2.2204e-16 in Matlab
I am trying to understand the double precision numbers in Matlab. Why is this 1 - 3*(4/3 - 1) not equal to zero?
1
vote
2answers
42 views
Which data type to use when using huge fractions?
I am working on an NLP project and am supposed to compute this expression:
freq=1/345128
I am using float and double and it is reading it as 0.0, which does not help me as I want the exact ...
4
votes
2answers
109 views
attoparsec incorrect parsing of doubles
I am using attoparsec's built-in parsers 'double' and 'number' to parse floating point values and I get different results from different parsers.
>parse number "8.918605790440055e-2"
Done "" ...
-1
votes
1answer
51 views
R Showing Different Results in forward and backward for loop
I get different answers while searching for a certain element in an array if I am searching forward or backwards using a for loop.
Example: Code that gives CORRECT ANSWER
vg = ...
1
vote
1answer
72 views
Numerical Problems with cancellation in C++
I do have a problem with cancellation in floating point arithmetic. I know where the problem lies, but I can't think of an efficient solution.
Here is my problem: I have a particle simulation in 3D, ...
1
vote
1answer
107 views
How to calculate numbers to arbitrarily high precision?
I wrote a simple fortran program to compute Gauss's constant :
program main
implicit none
integer :: i, nit
double precision :: u0, v0, ut, vt
nit=60
u0=1.d0
v0=sqrt(2.d0)
print *,1.d0/u0,1.d0/v0
...
0
votes
1answer
70 views
When casting float to int, why do numbers > -1 and < -0.5 go to -1, and numbers >= -0.5 and < 0 go to 0?
I always thought when floats get truncated to ints, it always becomes the highest number smaller than the float. However, when the float is between -0.5 and 0, it gets converted to 0 instead of -1! ...
51
votes
5answers
2k views
(.1f+.2f==.3f) != (.1f+.2f).Equals(.3f) Why?
My question is not about floating precision. It is about why Equals() is different from ==.
I understand why .1f + .2f == .3f is false (while .1m + .2m == .3m is true).
I get that == is reference and ...
-1
votes
1answer
67 views
Integer multiplied by float and then divided by same float - a clean way to force value back to original integer
Alright so we have the classic 1 * 1/3 * 3 = 0.9999999. I understand why this is the case.
In my use case, I am trying to result in an integer. I am happy to take the floor of my value, except when ...
2
votes
1answer
233 views
Ray-plane intersection: inaccurate results - rounding errors?
I've set up a demo with simple 3d first-person demo using C++ and OpenGL, and it seems to work reasonably well. My goal is this: when the user points the camera at a plane and clicks the left mouse ...
2
votes
3answers
154 views
Can C++ std::numeric_limits<float>::max() be accurately stored in a float and later compared?
I know that some values are unable to be easily defined in floats, and are only 'approximated', making direct 'equals' comparisons frequently not work.
Can std::numeric_limits::max be stored in a ...
0
votes
2answers
78 views
PHP function for float or double comarision (bccomp and gmp_cmp)
PHP Suggested to use these function for floating point number comparison [here]
bccomp — Compare two arbitrary precision numbers
int bccomp ( string $left_operand , string $right_operand [, int ...







