pub async fn acos( exec_state: &mut ExecState, args: Args, ) -> Result<KclValue, KclError>
Compute the arccosine of a number (in radians).