[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: variable precision arithmetic (vpa) errant results in windows 10, o
From: |
reik red |
Subject: |
Re: variable precision arithmetic (vpa) errant results in windows 10, octave-4.0.1 |
Date: |
Wed, 22 Jun 2016 18:55:14 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.21) Gecko/20090320 Fedora/2.0.0.21-1.fc10 Lightning/0.9 Thunderbird/2.0.0.21 Mnenhy/0.7.5.0 |
Thank you for your insights and for writing vpa() and sym() and probably a ton
of other stuff hat I have not seen yet.
On 06/22/16 14:34, Colin Macdonald wrote:
> On 22/06/16 11:26, Reik Reid wrote:
>> If vpa() behaved the same way as sym(), would leaving out the quotes be
>> safe for all cases of constant numerical expressions? Is that a
>> desirable behavior?
>
> There is a relatively small set of values were its safe to leave off the
> quotes, for both sym and vpa. That set is
> "small" integers, inf, nan, and pi. The latter just for convenience (might
> have been a bad idea).
>