The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
144 views

Get next smallest Double number

As part of a unit test, I need to test some boundary conditions. One method accepts a System.Double argument. Is there a way to get the next-smallest double value? (i.e. decrement the mantissa by 1 ...
1
vote
1answer
124 views

Boundary value analysis in C++ with CppUnit

I'm trying to implement boundary tests in CppUnit. I want to check the limit value itself as well as the boundaries around this limit. For the upper boundary I wanted to add the smallest inkrement ...
0
votes
0answers
46 views

Most intuitive GUI control for epsilon tolerance

I want to compare floating-point numbers and looking for a WinForms control where the user can set the epsilon tolerance from values 0,10-1,10-2...10-15. Is there a most intuitive control e.g. a ...
0
votes
1answer
62 views

Howto create a RCP or plugin with the visual editor instead of the default one similar to the genmodel file

If I run the tests project (generated by Eugenia), as Eclipse application, I can create a "beautiful" editor: But if I export everything as a plugin I only can create a "ugly" editor (similar to ...
0
votes
0answers
28 views

Can we calculate a machine zero clearly?

I'm interested in the next quetion. Can we using the FORTRAN-program calculate the machine zero or machine epsilon clearly. Actually I'm interested in especially exact value. Thank you for your ...
1
vote
2answers
80 views

What is the optimum epsilon/dx value to use within the finite difference method?

double MyClass::dx = ?????; double MyClass::f(double x) { return 3.0*x*x*x - 2.0*x*x + x - 5.0; } double MyClass::fp(double x) // derivative of f(x), that is f'(x) { return (f(x + dx) - ...
5
votes
1answer
227 views

What is the closure of a left-recursive LR(0) item with epsilon transitions?

Let's say I have this grammar: A: ε | B 'a' B: ε | B 'b' What is considered to be the closure of the item A: • B 'a'? In other words, how do I deal with the epsilon transitions when figuring out ...
0
votes
1answer
538 views

epsilon for various float values

There is FLT_MIN constant that is nearest to zero. How to get nearest to some number value? As an example: float nearest_to_1000 = 1000.0f + epsilon; // epsilon must be the smallest value satisfying ...
3
votes
1answer
517 views

C# Decimal.Epsilon

Why doesn't Decimal data type have Epsilon field? From the manual, the range of Decimal type is ±1.0 × 10e−28 to ±7.9 × 10e28, the definition for Double.Epsilon is: "Represents the smallest positive ...
0
votes
1answer
159 views

IEqualityComparer<double> with a tolerance; how to implement GetHashCode?

I'm implementing a reusable DoubleEqualityComparer (with a custom tolerance: the "epsilon" constructor parameter) to ease the usage of LINQ with sequences of double. For example: bool myDoubleFound = ...
2
votes
3answers
341 views

C++ next float with numeric_limits / epsilon?

Consider a "normal" real number TREAL x in C++ (not subnormal and not NaN/Infinite) (TREAL = float, double, long double) Is the following the good solution to find the previous and next x from a ...
1
vote
4answers
108 views

How to determine one variable by the relative values of another?

I'm implementing a PID-control algorithm to a robot I'm currently building using Arduino. My question is more related to the logics of programming. I have to calculate a variable, an error, int eps. ...
10
votes
3answers
2k views

calculating a function in matlab with very small values

I am making a function in matlab to compute the following function: for this function we have: This is my implementation in matlab of the function: function [b]= exponential(e) %b = ? b= (exp ...
7
votes
2answers
3k views

Value for epsilon in Python

Is there a standard value for (or method for obtaining) epsilon in Python? I need to compare floating point values and want to compare against the smallest possible difference. In C++ there's a ...
2
votes
3answers
1k views

Get Machine epsilon in Microsoft Excel

This seems like a question better directed at those with some programming experience rather than just general Excel users, hence my asking on here as opposed to Superuser. Is there any way, ...
2
votes
2answers
244 views

Machine precision estimations

Some people say that machine epsilon for double precision floating point numbers is 2^-53 and other (more commonly) say its 2^-52. I have messed around estimating machine precision using integers ...
0
votes
2answers
133 views

Java Test Number for its precision

I have to write a method, that calculates the ArcTan without using Math.atan() My algorythm is working, but it isn't stoping. public final static double EPSILON = 1E-16; // Given Value ...
6
votes
6answers
478 views

Minimum and maximum of the last 1000 values of the changing list

I'm creating an iterative algorithm (Monte Carlo method). The algorithm returns a value on every iteration, creating a stream of values. I need to analyze these values and stop the algorithm when say ...
1
vote
2answers
217 views

float numerical error. How does c++ know 0.99999982 is 1?

I normalized a vector and length of it should be 1. But the result of length method is 0.99999982 I don't know it's right or wrong. But if I print it out, the result is 1. Not 0.99999982( printed by ...
2
votes
1answer
715 views

Buggy floating point handling in Visual Studio?

I have a little story. I wanted to calculate the machine epsilon (the largest epsilon > 0 satisfying condition 1.0 + epsilon = 1.0) in a C program compiled by MS Visual Studio 2008 (running on ...
29
votes
2answers
852 views

.NET Math.Log10() behaves differently on different machines

I found that running Math.Log10(double.Epsilon) will return about -324 on machine A, but will return -Infinity on machine B. They originally behaved the same way by returning -324. Both ...
0
votes
2answers
361 views

why does Float static compare not require an epsilon value?

Upon checking Float.compare(f1,f2) I found that it compares f1f2 and returns -1,0,1. Then it returns -1,0,1 if the values are -0.0, 0.0 or NAN. What does that mean -0.0? I would have expected ...
1
vote
2answers
245 views

Are floating-point numbers used without an epsilon always a code-smell?

This question is very simple. It is related to but definitely not a dupe of: Most unpatched Tomcat webservers are vulnerable, who's at fault? Seen the amazing amount of things that can go wrong ...
0
votes
4answers
523 views

Is there a solution for Floating point Arithmetic problems in C++?

I am doing some floating point arithmetic and having precision problems. The resulting value is different on two machines for the same input. I read the post @ ...
1
vote
1answer
1k views

How can I represent epsilon in a regular expression?

The text book teaches us to write regular expressions using the epsilon (ε) symbol, but how can I translate that symbol directly to code without having to completely rework my regular expression? For ...
5
votes
2answers
827 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, ...
2
votes
4answers
155 views

How to get around some rounding errors?

I have a method that deals with some geographic coordinates in .NET, and I have a struct that stores a coordinate pair such that if 256 is passed in for one of the coordinates, it becomes 0. However, ...
10
votes
2answers
1k views

Does “epsilon” really guarantees anything in floating-point computations?

To make the problem short let's say I want to compute expression: a / (b - c) on float's. To make sure the result is meaningful, I can check if 'b' and 'c' are inequal: float EPS = ...
15
votes
8answers
9k views

Double.Epsilon for equality, greater than, less than, less than or equal to, greater than or equal to

http://msdn.microsoft.com/en-us/library/system.double.epsilon.aspx If you create a custom algorithm that determines whether two floating-point numbers can be considered equal, you must use a ...
2
votes
7answers
330 views

Lower Bounds For Floating Points

Are there any lower bounds for floating point types in C? Like there are lower bounds for integral types (int being at least 16 bits)?
2
votes
4answers
1k views

Using an epsilon value to determine if a ball in a game is not moving?

I have balls bouncing around and each time they collide their speed vector is reduced by the Coefficient of Restitution. Right now my balls CoR for my balls is .80 . So after many bounces my balls ...