octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 2.1.37 available for ftp


From: Paul Kienzle
Subject: Re: Octave 2.1.37 available for ftp
Date: Thu, 24 Oct 2002 14:04:51 -0400

For the cygwin build I'm getting the following:

        octave> tic; x=rand(100); toc
        ans = 0.032001
        octave> tic; sprintf("%15g ", x); toc
        ans = 108.51
              ^^^^^^

My slightly faster linux box gives the following:

        octave:4> tic; x=rand(100); toc
        ans = 0.020411
        octave:5> tic; sprintf("%15g ", x); toc
        ans = 0.37612

I can avoid using sprintf for now, but when I get to
it, do you think the problem is more likely in cygwin
itself, or somewhere in the octave layer above cygwin.

Paul Kienzle
address@hidden

On Wed, Oct 23, 2002 at 02:30:50PM -0500, John W. Eaton wrote:
> Octave 2.1.37 is now available for ftp from ftp.octave.org in the
> directory /pub/octave/bleeding-edge:
> 
>   -rw-r--r--  1 ftpadm   ftp   4858297 Oct 23 13:29 octave-2.1.37.tar.gz
>   -rw-r--r--  1 ftpadm   ftp   3802708 Oct 23 13:29 octave-2.1.37.tar.bz2
> 
> There are no diffs this time because they are quite large.
> 
> If your favorite bug is still not fixed, please let me know about it.
> 
> Thanks,
> 
> jwe
> 



reply via email to

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