Contents

atan(_:)

Returns the inverse hyperbolic tangent of the specified value.

Declaration

static func atan(_ x: Double) -> Angle2D

Parameters

  • x:

    The source value.

See Also

Geometry functions