--- title: "acos" excerpt: "Computes the arccosine of a number (in radians)." layout: manual --- Computes the arccosine of a number (in radians). ```js acos(num: number) -> number ``` ### Tags * `math` ### Examples ```js const myVar = acos(0.5) ``` ### Arguments * `num`: `number` (REQUIRED) ### Returns `number`