Skip to content

textmode.js / Textmodifier / acos

Method: acos()

ts
acos(value): number;

Calculate the arc cosine of a value.

Parameters

ParameterTypeDescription
valuenumberValue in the range -1 to 1.

Returns

number

Angle in radians.

Example