可以用python內建的 decimal.Decimal 來進行高精度對數計算, 原本想說 import mpmath 做這件事情, 但此平台(zj)沒有支援這個套件, so import decimal~