Categories
Swift math signs?
How to calculate square root or exponentiate in swift?
Answer the question
In order to leave comments, you need to log in
#if os(OSX) || os(iOS) import Darwin #elseif os(Linux) import Glibc #endif print(sqrt(9.0)) // 3.0 print(pow(3.0, 3)) // 27.0
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question