leetcode 50. 實現Pow(x, n)

https://leetcode.com/problems/powx-n/java 實現pow(x, n),計算x的n次方測試   1、問題分析 測試用例以下 Input: 2.00000, 10 Output: 1024.00000 Input: 2.10000, 3 Output: 9.26100 Input: 2.00000, -2 Output: 0.25000 Explanation
相關文章
相關標籤/搜索