cosMinusOne(_:)

cos(x) - 1, computed in such a way as to maintain accuracy for small x.

Real.swift:51
static func cosMinusOne(_ x: Self) -> Self

See also:

  • ElementaryFunctions.expMinusOne()