Subject: Maxima-function logxor does not work under Sbcl
From: Oliver Kullmann
Date: Sun, 13 Nov 2011 10:18:38 +0000
On Sun, Nov 13, 2011 at 10:40:29AM +1100, Douglas Crosher wrote:
> Hello Oliver,
>
> Numerical constants were being used that vary between CL implementations. Please try the following:
>
> logical&& logand(x,y):=?boole(?boole\-and,x,y)$
> logor(x,y):=?boole(?boole\-ior,x,y)$
> logxor(x,y):=?boole(?boole\-xor,x,y)$
>
> Regards
> Douglas Crosher
>
>
Hello Douglas,
thanks! I've used the above definitions to define our own versions
of these functions.
Best
Oliver