Skip to content

Instantly share code, notes, and snippets.

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