Static Methodswift-numerics 1.0.3RealModule
cosMinusOne(_:)
cos(x) - 1, computed in such a way as to maintain accuracy for small x.
static func cosMinusOne(_ x: Self) -> Self
See also:
ElementaryFunctions.expMinusOne()
cos(x) - 1, computed in such a way as to maintain accuracy for small x.
static func cosMinusOne(_ x: Self) -> Self
ElementaryFunctions.expMinusOne()