gcl-devel
[Top][All Lists]
Advanced

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

Re: [Maxima-discuss] putting a symbol into a numeric formula, a use for


From: Camm Maguire
Subject: Re: [Maxima-discuss] putting a symbol into a numeric formula, a use for a NaN?
Date: Tue, 05 Mar 2024 09:50:35 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Greetings!  Typo in my previous note:

Camm Maguire <camm@maguirefamily.org> writes:

> the boolean test (e.g (if (car x) (listp x) t) -> t).  There must be

should read

(e.g (if (consp x) (listp x) t) -> t)

(progn (car x) (listp x)) -> t at safety 0.  But currently due to the
lack of reverse handling, (prog1 (listp x) (car x)) does not so
simplify.

Take care,
-- 
Camm Maguire                                        camm@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

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