pi seems not to be a constant

[email protected] (Don Cohen)
Newsgroups gmane.lisp.clisp.general
Message-ID <[email protected]>

[1]> (lisp-implementation-version) ; built from current source
"2.49+ (2010-07-17) (built 3653902709) (memory 3653902846)" 
[2]> (constantp 'pi) ; I think this should return T
NIL 
[3]> (defconstant pi2 pi) 
PI2 
[4]> (constantp 'pi2) 
T 
[5]>  


------------------------------------------------------------------------------
_______________________________________________
clisp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.