help-octave
[Top][All Lists]
Advanced

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

daspk options


From: Carlo de Falco
Subject: daspk options
Date: Mon, 19 Apr 2010 21:01:19 +0200

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

c.


reply via email to

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