pub async fn sqrt( exec_state: &mut ExecState, args: Args, ) -> Result<KclValue, KclError>
Compute the square root of a number.