Guest User

Untitled

a guest
Dec 29th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. (define (f x y z)
  2. (define minimal (min (min x y) z))
  3. (+ (* x x) (* y y) (* z z) (- (* minimal minimal)))
Advertisement
Add Comment
Please, Sign In to add comment