Python numpy library log method returning wrong value so please help me.
import numpy as np
print('Log :',np.log(0.25))
numpy log method returns -1.38629436112
Excel log function =LOG(0.25) returns -0.602059991327962
Then I Calculated manually using calculator it returns -0.602059991327962.
log_2,log_eandlog_10