log
dot
Enter search terms or a module, class or function name.
Return the base 10 logarithm of the input array, element-wise.
Examples:
>>> log10([1e-15, -3.]) array([-15., NaN])