mlx.core.log10# log10(a: array, /, *, stream: None | Stream | Device = None) → array# Element-wise base-10 logarithm. 參數: a (array) -- Input array. 回傳: The base-10 logarithm of a. 回傳型別: array