Math.log10()
រួចចុះបើចង់ដក់តំលៃ Math.log វិញត្រូវធ្វើដូចម្តេច? ចូរក្រឡេកមើលនៅ Math.log10 វិញដែលនឹងត្រឡប់នូវ base -10 logarithm របស់ X
Syntax: math.log10(x)
X(តំរូវការ) វាជាចំនួនលេខ
សូមមើលកូដះ
print(math.log10(10)) ----> 1
print(math.log10(1)) ----> 0
print(math.log10(0)) ----> -inf
print(math.log10(-1)) ----> nan
No comments:
Post a Comment