[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #53509] log1p: difference result in Octave and
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #53509] log1p: difference result in Octave and MATLAB. |
Date: |
Thu, 29 Mar 2018 11:37:53 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 |
Update of bug #53509 (project octave):
Status: None => Wont Fix
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #2:
Both Octave and Matlab are numerical computation languages, rather than pure
math. It is important to get a sense of the size of the error, and if it is
on the order of a few eps then that is all that can be expected.
In Octave,
log1p(2) - log(3)
ans = -2.2204e-16
so the calculation is as accurate as it can be expected given that
eps (2)
ans = 4.4409e-16
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?53509>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/