Python 的標準函式「math」提供了許多常用的數學函式,例如三角函數、 ... 要使用math 必須先import math 模組,或使用from 的方式,單獨import 特定的類型。
確定! 回上一頁