Skip to main content

All Questions

1 vote
0 answers
49 views

Proof that $\epsilon_{mach} \leq \frac{1}{2} b^{1-n}$

I have a question about the proof of the following statement: For each set of machine numbers $F(b, n, E_{min}, E_{max})$ with $E_{min} < E_{max}$ the following inequality holds: $\epsilon_{mach} \...
Felix Gervasi's user avatar
4 votes
1 answer
151 views

Is there still a fast invsqrt magic number for float128?

...
steve02081504's user avatar
1 vote
1 answer
168 views

On the axioms of floating-point arithmetic

As I understand there are two "axioms" that should be satisfied in floating-point arithmetic: $$\forall x\in \mathbb R,\ \exists |\varepsilon|\leq\varepsilon_{\text{machine}},\ \mbox{fl} (x) ...
Julián's user avatar
  • 1,347
0 votes
2 answers
164 views

Evaluating $a(b + c)$ more accurately with FMA

I'm using machine-precision floating-point arithmetic, and every so often it happens that I need to evaluate an expression of the form $a(b + c)$. I found that the accuracy can be improved using FMA (...
user2373145's user avatar
2 votes
0 answers
82 views

Numerically stable evaluation of factored univariate real polynomial

Suppose we have a real univariate factored polynomial, meaning we have its factors: an arbitrary number of polynomials of degree less than or equal to two. To simplify things, if necessary, let's ...
user2373145's user avatar
1 vote
0 answers
126 views

The gap size of floating point

In Trefethen Bau Numerical Algebra, floating point set F is defined by $\textbf{F} = \left\{\pm(m/\beta^{t})\beta ^{e}| 1 \leq m \leq \beta^{t}, e \in \mathbb{Z} \right\}$ Equivalently, by making $m$ ...
Chris's user avatar
  • 23
0 votes
0 answers
82 views

Accuracy in rounding

I want to see if the following two rounding statements are true or false. If it is true, I want to prove it, and if it is false, I want to give a counterexample. I assume no overflow occurs in the ...
fvvadda's user avatar
  • 11
1 vote
0 answers
40 views

A different type of IEEE single format

To practice with different kinds of IEEE single format types, I am trying a format where the width of the exponent field is $4$ instead of $8$ and the width of the fraction field is $4$ instead of $23$...
fvvadda's user avatar
  • 11
1 vote
0 answers
97 views

Floating Point Rounding of 2 multiplied single precision numbers

I have built a floating point multiplier in Logisim (digital design tool) for only single precision normal inputs. I have realised 2 different round to even rounding algorithms and I am not sure which ...
R Mcgowan's user avatar
3 votes
0 answers
293 views

Error bound for floating-point interval dot product

In Handbook of Floating-Point Arithmetic (Birkhäuser, 2010, Chapter 6) Muller et al. presented the following absolute forward error bound for the floating-point recursive dot product: $$ \left|...
Konstantin Isupov's user avatar
1 vote
2 answers
98 views

Relativistiv kinetic energy and floating point

My function is $E(v)=mc^2(\frac{1}{\sqrt{1-v^2/c^2}} - 1)$, (c=3e8, m=1) and I have to calculate it for values of v between 1e-6 and 2.99e8. The point of this problem is floating point precision. For ...
Mphy's user avatar
  • 23
0 votes
0 answers
163 views

What is the maximum number of significant bits lost when the computer evaluates x − y using IEEE 64 bits?

Consider two positive numbers $x = p2^m$ and $y = q2^n$ such that $m > n$, $1 < p < 2$, and $1 < q < 2$. Both of these numbers can be stored using the IEEE 64 bit standard. What is ...
user427820's user avatar
0 votes
2 answers
1k views

How to represent the decimal value $- 7.5$ as a floating point number?

Consider the following $32$-bit floating-point representation scheme as shown in the format below : A $1$ bit sign field A $24$ bit fraction field and a $7$ bit exponent field (in excess-$64$ ...
Jon Garrick's user avatar
  • 2,664
2 votes
2 answers
310 views

How can I rearrange this logarithmic formula to be computer friendly?

I've had a look through the logarithmic identities on Wikipedia, but nothing fits the bill. Basically, I have a formula which shows how much more 'risky' one number is compared to another, where 0 = ...
Dan W's user avatar
  • 645
1 vote
1 answer
75 views

Find original inputs $x$ and $^y$ for a given product, possible or not? [closed]

$387,381,625,547,900,583,936$ is the product of this calculation $21\cdot2^{64}$. If I only have the product and the multiplier $2$ (without the exponent) would it be possible to find the other inputs ...
Jason Caldwell's user avatar

15 30 50 per page