[swift-users] Where did “powl” go?

Jeff Kelley slaunchaman at gmail.com
Tue Jul 5 12:44:56 CDT 2016


Hello all,

	I’m using Xcode 8.0 and Swift 3 on OS X 10.11, and I’m trying to use powl in an OS X Playground. I see the definition of the pow-related functions in math.h here:

extern float powf(float, float);
extern double pow(double, double);
extern long double powl(long double, long double);

But the Swift-imported version at Darwin.C.math looks like this:

public func powf(_: Float, _: Float) -> Float
public func pow(_: Double, _: Double) -> Double

Where did powl go?


Jeff Kelley

SlaunchaMan at gmail.com | @SlaunchaMan <https://twitter.com/SlaunchaMan> | jeffkelley.org <http://jeffkelley.org/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20160705/2acb0ba1/attachment.html>


More information about the swift-users mailing list