atan(_:)
The arctangent (inverse tangent) of x
.
static func atan(_ x: Self) -> Self
For real types, the result may be interpreted as an angle measured in radians.
tan(atan(x)) ≅ x
See also:
acos()
asin()
atan2()
(for types conforming toRealFunctions
)tan()