Skip to content

Instantly share code, notes, and snippets.

@shengsword
Last active March 12, 2019 17:37
Show Gist options
  • Save shengsword/321e8fb14101776e82cac529fd6e906c to your computer and use it in GitHub Desktop.
Save shengsword/321e8fb14101776e82cac529fd6e906c to your computer and use it in GitHub Desktop.
(defn sph [theta r]
[(* r (Math/cos theta))
(* r (Math/sin theta))])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment