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