Dave Pearson <davep@davep.org> wrote:
+---------------
| Rob Warnock <rpw3@rigden.engr.sgi.com> wrote:
| > Steven M. Haflich <smh@alum.mit.edu> wrote:
| > +---------------
| > | USER(7): '#i" sin (2*pi*cosh(atan foo^^3)) "
| > | (SIN (* 2 PI (COSH ATAN (EXPT FOO 3))))
| > +---------------
| >
| > Uh... Isn't there a bug here? Shouldn't both of those results have
| > been this instead?!? +-----------------+
| > | |
| > (SIN (* 2 PI (COSH (ATAN (EXPT FOO 3)))))
|
| The bug appears to be in the infix input. Look at the use of `atan' in the
| input.
+---------------
Aha! My apologies! Indeed, thou art correct! My eyes are so used to
reading Lisp prefix forms that I skipped right over the input bug!
Should be this, yes? +------+
| |
'#i" sin(2*pi*cosh(atan(foo^^3))) "
-Rob
-----
Rob Warnock, 41L-955 rpw3@sgi.com
Applied Networking http://reality.sgi.com/rpw3/
Silicon Graphics, Inc. Phone: 650-933-1673
1600 Amphitheatre Pkwy. PP-ASEL-IA
Mountain View, CA 94043