func ceiling(toDecimal decimal: Int) -> Double {. let numberOfDigits = abs(pow(10.0, Double(decimal))). if self.sign == .minus {.
確定! 回上一頁