NDArray::log10
public static function log10(NDArray|array|float|int $array): NDArray|float|int;
Calculates the element-wise base-10 logarithm of an array, returning a new array with the base-10 logarithm of each element.
Notes
tip
GPU SUPPORTED
This operation is supported by GPU (VRAM) and contains a custom CUDA kernel.