I want to calculate the power of a number: X^Y.
// Set the number let n = 4.0 // Get the power n^2 let pwr = pow(n,2) print(pwr)
* Please let us know about anything: issues/feature request/suggestions......And we'll do our best to get back to you asap! :)
Or just post your issue on iSwift's Official Issue Tracker