imzyf / ios-swift-learning-notes

📝 iOS Swift Learning Notes - see Issues
MIT License
0 stars 0 forks source link

M_PI_4 and M_PI_2 in Swift 4 #34

Closed imzyf closed 6 years ago

imzyf commented 6 years ago

https://stackoverflow.com/questions/44424738/what-is-the-syntax-for-m-pi-4-and-m-pi-2-in-swift-3

M_PI_4 is now .pi / 4

imzyf commented 6 years ago

i see