Required Static Methodswift-numerics 1.0.3RealModule

acos(_:)

The arccosine (inverse cosine) of x.

ElementaryFunctions.swift:258
static func acos(_ x: Self) -> Self

For real types, the result may be interpreted as an angle measured in radians.

cos(acos(x))  x

See also:

  • asin()

  • atan()

  • cos()