mlx.core.log10

目录

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