HI, Is there a mailing list for beginners learning this language or can they pose questions here. I am facing a challenge to figure this out,
: (setq *Scl 2) -> 2 : (** (+ 1.0 0.01) 24) -> 1269734648531914468903714880493455422104626762401 Now, how to get the correct result of the computation ( 1.01 ^ 24 = 1.26....) : (*/ (** (+ 1.0 0.01) 24) ?? ??) Regards, Sundar.
