arcTan

fun Number.arcTan(): Double

computes the arc tangent value of the receiver number.

Return

Double

fun Number.arcTan(that: Number): Double

computes the arc tangent value between two numbers.

Return

Double

Parameters

<receiver>

Number

that

another number