octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #61319] idivide fails to distinguish between c


From: Michael Leitner
Subject: [Octave-bug-tracker] [bug #61319] idivide fails to distinguish between ceil and floor for inputs close to perfect squares
Date: Wed, 23 Feb 2022 13:51:42 -0500 (EST)

Follow-up Comment #20, bug #61319 (project octave):

It would be nice if it worked like that (and you could drop the assignment of
x and replace the x ./ y by 1 ./ y, which would perhaps be even faster). But
it won't work for

++
a=int64(4e16)+int64(1);
b=int64(2e8);
idivide(a,b)
--

isn't it?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61319>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]