Static Methodswift-numerics 1.0.3RealModule->Swift
atan(_:)
Double+Real.swift:41static func atan(_ x: Double) -> Double
static func atan(_ x: Double) -> Double
import Swift
import RealModule
@frozen struct Double
A double-precision, floating-point value type.
static func _mulAdd(_ a: Double, _ b: Double, _ c: 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 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, _ y: 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