Run »
from math import log import numpy as np nplog = np.frompyfunc(log, 2, 1) print(nplog(100, 15))
1.7005483074552052