tan(_:)
The tangent of x
.
static func tan(_ x: Self) -> Self
For real types, x
may be interpreted as an angle measured in radians.
See also:
cos()
sin()
atan()
atan2(y:x:)
(for types conforming toRealFunctions
)
sin(x)
tan(x) = --------
cos(x)