Created
April 12, 2018 11:02
-
-
Save sajjadyousefnia/b4c95942a1d2fb242ac1ba2c81ef488d 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 = (2 * Math.PI) * radius |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment