carloscn / carloscn/structstudy
数值的整数次方
Open
数学
- Dominant language
- C
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### 问题描述
实现函数 `double power(double base, int exponent)`,求base^exp。不得使用函数库,同时不需要考虑大数的问题。
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.