Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created April 12, 2018 10:59
Show Gist options
  • Save sajjadyousefnia/7e6b9e77acffb26d1dc8931fb7e008b6 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/7e6b9e77acffb26d1dc8931fb7e008b6 to your computer and use it in GitHub Desktop.
fun calCircumference(radius: Double) = (2 * Math.PI) * radius
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment