Skip to content

Instantly share code, notes, and snippets.

@hoeck
Created March 23, 2010 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoeck/340990 to your computer and use it in GitHub Desktop.
Save hoeck/340990 to your computer and use it in GitHub Desktop.
(map #(cond (not (= 100 %1)) (atan (/ %2 (- L4 %1)))
(> %2 0) (/ Math/PI 2)
(< %2 0) (/ (* 3 Math/PI) 2)
(= %2 0) 0)
(range 0 61 20)
(range 61 0 -20))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment