Skip to content

Commit f616a18

Browse files
committed
(小更改)删去多出的"一"
1 parent 4d4e17a commit f616a18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/appendices/operations/logarithm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- 定义: $a ^ 0 = 1 (a \neq 0)$
2020
- 注:
2121
- 这是为了保持幂运算的连续性, 例: $a ^ m / a ^ m = 1 = a ^ 0$, 确保像这类运算可以正常执行.
22-
- $0 ^ 0$未定义的. (某些情况下等于一$1$但不推荐使用)
22+
- $0 ^ 0$未定义的. (某些情况下等于 $1$ 但不推荐使用)
2323

2424
### 负整数指数
2525
- 域: $n \in \mathbb{Z}^-$

0 commit comments

Comments
 (0)