pub async fn log10( exec_state: &mut ExecState, args: Args, ) -> Result<KclValue, KclError>
Compute the base 10 logarithm of the number.