Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
4answers
690 views

Why is Math.sqrt(i*i).floor == i?

I am wondering if this is true: When I take the square root of a squared integer, like in f = Math.sqrt(123*123) I will get a floating point number very close to 123. Due to floating point ...
5
votes
3answers
432 views

Arithmetic precision with doubles in Matlab

I am having a bit of trouble understanding how the precision of these doubles affects the outcome of arithmetic operations in Matlab. I thought that since both a & b are doubles they would be able ...
5
votes
2answers
351 views

Is the use of machine epsilon appropriate for floating-point equality tests?

This is a follow-up to Testing for floating-point value equality: Is there a standard name for the “precision” constant?. There is a very similar question Double.Epsilon for equality, greater than, ...
3
votes
2answers
75 views

How to temporarily keep high resolution precision in a c++ code

Sorry, this is nothing about image, I just don't know how to ask the question properly. My question is, I am writing a C++ code, and doing a calculation. a=b*cos(c) b is varying with time from ...
3
votes
4answers
605 views

What class to use for money representation?

What class should I use for representation of money to avoid most rounding errors? Should I use Decimal, or a simple built-in number? Is there any existing Money class with support for currency ...
2
votes
2answers
121 views

FP precision error on converting XML -> Table & processing it

In SQL Server 2008, I have the value "0.01" in an XML attribute. Using OPENXML, I shred the XML into a temp table. If the applicable column is of type real (single precision), it comes out as 0.01 in ...
1
vote
3answers
178 views

Precision of cdf in scipy.stats

I'm using chi2 distribution as a theoretical problem for a simulation system. For a given interval, I need to estimate this distribution as a PMF defined as the integral of the PDF inside that ...
0
votes
3answers
116 views

Large number of float digits without extra library

i have a float value that is hundreds of digits long (like the first 100 digits of pi - 3) and need a way to operate on it. is there any way to store and operate on the float that has a large number ...
0
votes
3answers
536 views

Numerical precision of double type in Visual C++ 2008 Express debugger

I'm using Visual C++ 2008 Express Edition and when i debug code: double x = 0.2; I see in debugging tooltip on x 0.20000000000000001 but: typedef numeric_limits< double > double_limit; int ...
0
votes
9answers
618 views

.NET Framework Library for arbitrary digit precision

I'm reviving this question, and making it more specific: Is there a .NET framework library that supports numbers with arbitrary digits of precision?
-6
votes
7answers
103 views

I must have precision [closed]

I have gotten my android code well developed and again run into problemss with precision can someone help me get past this, please Here is my code // m1_els1_met = 310 and m1_els2_met = 320 static ...