scsh-users
[Top] [All Lists]

(log 3) & floatnums

To: scsh@martigny.ai.mit.edu
Subject: (log 3) & floatnums
From: Steven Jenkins <sjenkins@ms.com>
Date: Tue, 25 Mar 1997 13:38:19 -0500
When the question popped up a while ago, I forgot to mention that
you can edit  more-packages.scm to use floatnums automatically.
Simply change 

        ;; Choose either innums, floatnums, or neither
        innums                        ;Silly inexact numbers
        ;;floatnums               ;Still don't print correctly
to
        ;; Choose either innums, floatnums, or neither
        ;;innums                        ;Silly inexact numbers
        floatnums               ;Still don't print correctly

and then 'make'.

Alternatively you can build your own image by hand..(six one way,
half dozen the other)

Steven


<Prev in Thread] Current Thread [Next in Thread>
  • (log 3) & floatnums, Steven Jenkins <=