logBase

open fun logBase(base: Double): F64Array

Computes log(x) / log(base) for each element in the array.

Return

the computed array

Parameters

base

the base