Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created April 29, 2018 07:00
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 sajjadyousefnia/45b582b7b80d18e0358f4641e4792ee5 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/45b582b7b80d18e0358f4641e4792ee5 to your computer and use it in GitHub Desktop.
@JvmOverloads
fun calCircumference(radius: Double, pi: Double = Math.PI): Double = (2 * pi) * radius
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment