help-octave
[Top][All Lists]
Advanced

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

Re: How much time to count from 1 to 1e7?


From: Etienne Grossmann
Subject: Re: How much time to count from 1 to 1e7?
Date: Thu, 9 Aug 2001 10:42:59 GMT

On 09-Aug-01 Etienne Grossmann wrote:
> ps : Note that this is faster than while (P2, 350MHz)(won't do for
>     unkown number of loops, though)
> 
> octave:122> tic; for i = 1:1e7, end; toc
> ans = 43.791

>From address@hidden Thu Aug  9 10:33:20 2001

# Interesting! With a P3/733MHz I get 49.123 (pretty repeatable).
# (SuSE Linux 7.2, octave 2.0.16)

# What's your secret, Etienne?

  I'm on a spaceship going near speed of light.

  It could also have to do w/ using 2.1.34.

  Etienne



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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