Run »
×
Change Orientation
from math import log import numpy as np nplog = np.frompyfunc(log, 2, 1) print(nplog(100, 15))
1.7005483074552052
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit