Double
struct Double
Topics
- e
- phi
- **(_:_:)
- **=(_:_:)
- naturalExponential()
- binaryExponential()
- commonExponential()
- naturalExponentialMinusOne()
- naturalLogarithm()
- binaryLogarithm()
- commonLogarithm()
- naturalLogarithmOnePlus()
- cubeRoot()
- sine()
- cosine()
- tangent()
- inverseSine()
- inverseCosine()
- inverseTangent()
- hyperbolicSine()
- hyperbolicCosine()
- hyperbolicTangent()
- inverseHyperbolicSine()
- inverseHyperbolicCosine()
- inverseHyperbolicTangent()
- hypot(_:_:)
- inverseTangent(dividingBy:)
- error()
- complementaryError()
- gamma()
- logarithmicGamma()
-
Declaration
Swift
public static var e: Double
-
Declaration
Swift
public static var phi: Double
-
Declaration
Swift
public static func ** (lhs: Double, rhs: Double) -> Double
-
Declaration
Swift
public static func **= (lhs: inout Double, rhs: Double)
-
Declaration
Swift
public func naturalExponential() -> Double
-
Declaration
Swift
public func binaryExponential() -> Double
-
Declaration
Swift
public func commonExponential() -> Double
-
Declaration
Swift
public func naturalExponentialMinusOne() -> Double
-
Declaration
Swift
public func naturalLogarithm() -> Double
-
Declaration
Swift
public func binaryLogarithm() -> Double
-
Declaration
Swift
public func commonLogarithm() -> Double
-
Declaration
Swift
public func naturalLogarithmOnePlus() -> Double
-
Declaration
Swift
public func cubeRoot() -> Double
-
Declaration
Swift
public func sine() -> Double
-
Declaration
Swift
public func cosine() -> Double
-
Declaration
Swift
public func tangent() -> Double
-
Declaration
Swift
public func inverseSine() -> Double
-
Declaration
Swift
public func inverseCosine() -> Double
-
Declaration
Swift
public func inverseTangent() -> Double
-
Declaration
Swift
public func hyperbolicSine() -> Double
-
Declaration
Swift
public func hyperbolicCosine() -> Double
-
Declaration
Swift
public func hyperbolicTangent() -> Double
-
Declaration
Swift
public func inverseHyperbolicSine() -> Double
-
Declaration
Swift
public func inverseHyperbolicCosine() -> Double
-
Declaration
Swift
public func inverseHyperbolicTangent() -> Double
-
Declaration
Swift
public static func hypot(_ x: Double, _ y: Double) -> Double
-
Declaration
Swift
public func inverseTangent(dividingBy other: Double) -> Double
-
Declaration
Swift
public func error() -> Double
-
Declaration
Swift
public func complementaryError() -> Double
-
Declaration
Swift
public func gamma() -> Double
-
Declaration
Swift
public func logarithmicGamma() -> Double