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