Skip to content

Commit

Permalink
fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
yosupo06 committed Jan 17, 2021
1 parent d50c874 commit 77e3a0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions document_en/math.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 73,8 @@ It returns the answer in $\bmod 2^{\mathrm{64}}$, if overflowed.

**@{keyword.constraints}**

- $0 \leq n \leq 2^{32}$
- $1 \leq m \leq 2^{32}$
- $0 \leq n \lt 2^{32}$
- $1 \leq m \lt 2^{32}$

**@{keyword.complexity}**

Expand Down
5 changes: 2 additions & 3 deletions document_ja/math.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 68,10 @@ $$\sum_{i = 0}^{n - 1} \left\lfloor \frac{a \times i b}{m} \right\rfloor$$

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


**@{keyword.constraints}**

- $0 \leq n \leq 2^{32}$
- $1 \leq m \leq 2^{32}$
- $0 \leq n \lt 2^{32}$
- $1 \leq m \lt 2^{32}$

**@{keyword.complexity}**

Expand Down

0 comments on commit 77e3a0b

Please sign in to comment.