Static Methodswift-numerics 1.1.1RealModule->Swift
pow(_:_:)
Double+Real.swift:151static func pow(_ x: Double, _ y: Double) -> Double static func pow(_ x: Double, _ y: Double) -> Double import Swiftimport RealModuleExtensions on the Swift standard library that provide functionality for floating-point types.
@frozen struct DoubleA double-precision, floating-point value type.
static func _relaxedAdd(_ a: Double, _ b: Double) -> Double static func _relaxedMul(_ a: Double, _ b: Double) -> Double static func acos(_ x: Double) -> Double static func acosh(_ x: Double) -> Double static func asin(_ x: Double) -> Double static func asinh(_ x: Double) -> Double static func atan(_ x: Double) -> Double static func atan2(y: Double, x: Double) -> Double static func atanh(_ x: Double) -> Double static func cos(_ x: Double) -> Double static func cosh(_ x: Double) -> Double static func erf(_ x: Double) -> Double static func erfc(_ x: Double) -> Double static func exp(_ x: Double) -> Double static func exp2(_ x: Double) -> Double static func expMinusOne(_ x: Double) -> Double static func gamma(_ x: Double) -> Double static func hypot(_ x: Double, _ y: Double) -> Double static func log(_ x: Double) -> Double static func log(onePlus x: Double) -> Double static func log10(_ x: Double) -> Double static func log2(_ x: Double) -> Double static func logGamma(_ x: Double) -> Double static func pow(_ x: Double, _ n: Int) -> Double static func root(_ x: Double, _ n: Int) -> Double static func sin(_ x: Double) -> Double static func sinh(_ x: Double) -> Double static func tan(_ x: Double) -> Double static func tanh(_ x: Double) -> Double