Arc Forumnew | comments | leaders | submitlogin
2 points by sjs 5928 days ago | link | parent

I'm almost certain that Eli meant to write:

    def f (x y)
      let z (* x y)
        * (- z x) (- z y)


1 point by EliAndrewC 5927 days ago | link

Exactly so, thank you. I've since Googled to find how to do code formatting, so I shouldn't have this problem in the future. Thanks for posting the correct code.

-----