Skip to content

Instantly share code, notes, and snippets.

@goodmorningcody
Last active August 29, 2015 14:24
Show Gist options
  • Save goodmorningcody/0bcdcb8375e36432b123 to your computer and use it in GitHub Desktop.
Save goodmorningcody/0bcdcb8375e36432b123 to your computer and use it in GitHub Desktop.
스위프트 : Float과 Double
let pi : Float = 3.1425926
let piWithMoreDetail : Double = 3.1415926535897932
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment