|
| From: | Mike Miller |
| Subject: | [Octave-bug-tracker] [bug #40396] toc precision |
| Date: | Tue, 29 Oct 2013 01:28:28 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36 |
Update of bug #40396 (project octave):
Status: None => Confirmed
Release: 3.6.2 => dev
_______________________________________________________
Follow-up Comment #1:
Confirmed, also present in development version:
octave-cli:1> tic; sleep (1.5); toc
Elapsed time is 1.50043 seconds.
octave-cli:2> 0
ans = 0
octave-cli:3> tic; sleep (1.5); toc
Elapsed time is 2 seconds.
octave-cli:4> flintmax
ans = 9.0072e+15
octave-cli:5> tic; sleep (1.5); toc
Elapsed time is 1.5 seconds.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?40396>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |