help-octave
[Top][All Lists]
Advanced

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

Re: Computing square-root of two [Was: Re: No subject]


From: Martin Helm
Subject: Re: Computing square-root of two [Was: Re: No subject]
Date: Fri, 17 Feb 2012 16:54:17 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120129 Thunderbird/10.0.1

Am 17.02.2012 16:35, schrieb Jordi Gutiérrez Hermoso:
> On 17 February 2012 09:36, Sergei Steshenko <address@hidden> wrote:
>> What is 'vpa' ?
> Variable precision arithmetic. Part of the symbolic package.
I guess that should be

pkg load symbolic
vpa(Sqrt(2))
       ^^^

and not vpa(sqrt(2)) which is useless since the sqrt calculates the
standard double prec answer in octave instead of the arbitrary prec
answer from symbolic



reply via email to

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