import math math.sqrt(9) # 3.0 math.sqrt(11.11) # 3.3331666624997918 math.sqrt(Decimal('6.25')) # 2.5. The math.sqrt() function raises a ValueError if the ...
確定! 回上一頁