help-octave
[Top][All Lists]
Advanced

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

Re: daspk options


From: Thorsten Meyer
Subject: Re: daspk options
Date: Mon, 19 Apr 2010 22:14:26 +0200
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706)

Carlo de Falco wrote:
> I think I found a bug in daspk_options, but as I can only use an old  
> version of
> octave right now (3.2.3) I was wondering whether this is still present  
> in more
> recent versions or I should file a bug.
> 
>  >> daspk_options("relative tolerance")
> ans =  1.4901e-08
>  >> daspk_options("relative tolerance", 1e-2)
>  >> daspk_options("relative tolerance")
> ans =  1.4901e-08
> 
I cannot reproduce this on the development version of octave:

octave:1> version
ans = 3.3.51+
octave:2> daspk_options("relative tolerance")
ans =  1.4901e-08
octave:3> daspk_options("relative tolerance", 1e-2)
octave:4> daspk_options("relative tolerance")
ans =  0.010000
octave:5>

regards

Thorsten



reply via email to

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