Skip to content

Commit 77e3a0b

Browse files
committed
fix document
1 parent d50c874 commit 77e3a0b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

document_en/math.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ It returns the answer in $\bmod 2^{\mathrm{64}}$, if overflowed.
7373

7474
**@{keyword.constraints}**
7575

76-
- $0 \leq n \leq 2^{32}$
77-
- $1 \leq m \leq 2^{32}$
76+
- $0 \leq n \lt 2^{32}$
77+
- $1 \leq m \lt 2^{32}$
7878

7979
**@{keyword.complexity}**
8080

document_ja/math.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,10 @@ $$\sum_{i = 0}^{n - 1} \left\lfloor \frac{a \times i + b}{m} \right\rfloor$$
6868

6969
を返します。答えがオーバーフローしたならば $\bmod 2^{\mathrm{64}}$ で等しい値を返します。
7070

71-
7271
**@{keyword.constraints}**
7372

74-
- $0 \leq n \leq 2^{32}$
75-
- $1 \leq m \leq 2^{32}$
73+
- $0 \leq n \lt 2^{32}$
74+
- $1 \leq m \lt 2^{32}$
7675

7776
**@{keyword.complexity}**
7877

0 commit comments

Comments
 (0)