axiom-mail
[Top][All Lists]
Advanced

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

Re: [Axiom-mail] [fricas-devel] Problem with displayed digits


From: Bill Page
Subject: Re: [Axiom-mail] [fricas-devel] Problem with displayed digits
Date: Sat, 14 Nov 2015 08:51:34 -0500

I can't reproduce this with the following simple example.  Could you be more specific?

(1) -> outputFixed(2)
                                                                   Type: Void
(2) -> %pi::Float

   (2)  3.14
                                                                  Type: Float
(3) -> outputFixed(20)
                                                                   Type: Void
(4) -> %pi::Float    

   (4)  3.1415926535_8979323846
                                                                  Type: Float
(5) ->

Bill.


On 14 November 2015 at 06:39, Alasdair McAndrew <address@hidden> wrote:
I have a curious problem: a while ago I entered

outputFixed(2)

so as just to get a brief idea of the size of things, without cluttering up the screen with digits.  But now I want to get full display back.  However:

outputFixed(20)

or even

outputFixed()

has no effect - no matter what I do, my displayed floating point output is stuck at 2 decimal places.  I know I could quit and start again, but is there some way of (a) finding out what setting is causing this behaviour, and (b) stopping it?

Ever confused,
Alasdair

--
http://www.facebook.com/alasdair.mcandrew https://plus.google.com/+AlasdairMcAndrew/posts https://www.linkedin.com/pub/alasdair-mcandrew/a/178/108 https://twitter.com/amca01 http://numbersandshapes.net

--
You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email to address@hidden.
To post to this group, send email to address@hidden.
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.


reply via email to

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