Created
April 12, 2018 10:57
-
-
Save sajjadyousefnia/ed8e5f5a8ea968075a5d5ef0c050ed86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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