Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
Disabled
×
Change Orientation
# Import math Library import math # Return the log(1+number) for different numbers print(math.log1p(2.7183)) print(math.log1p(2)) print(math.log1p(1))
1.3132665745863341
1.0986122886681096
0.6931471805599453
×
Report a Problem:
Your E-mail:
Page address:
Description:
Disabled