Skip to content

textmode.js / Textmodifier / atan

Method: atan()

ts
atan(value): number;

Calculate the arc tangent of a value.

Parameters

ParameterTypeDescription
valuenumberValue whose arc tangent should be calculated.

Returns

number

Angle in radians.

Example