Re: Computer Algebra Algorithms lisp vs. C.



Richard Fateman wrote:

oops..

#.$ foo:= -b+sqrt(b^2-4*a*c)/2*a $

should be (if it is the familiar quadratic formula...)


#.$ foo:= -b+sqrt(b^2-4*a*c)/(2*a )$

infix is so tricky.

RJF
.