atan2

fun <Param> Vector2dDual<Param>.atan2(): DualNum<Param>

Returns the inverse tangent of a Vector2dDual.

This corresponds to kotlin.math.atan2, but does not implement special casing for infinity.