Required Static Methodswift-numerics 1.0.3RealModule

sin(_:)

The sine of x.

ElementaryFunctions.swift:165
static func sin(_ x: Self) -> Self

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

See also:

  • cos()

  • tan()

  • asin()