Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion document_en/math.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ It returns the answer in $\bmod 2^{\mathrm{64}}$, if overflowed.

**@{keyword.complexity}**

- $O(\log{(m+a)})$
- $O(\log m)$

## @{keyword.examples}

Expand Down
2 changes: 1 addition & 1 deletion document_ja/math.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $$\sum_{i = 0}^{n - 1} \left\lfloor \frac{a \times i + b}{m} \right\rfloor$$

**@{keyword.complexity}**

- $O(\log{(m+a)})$
- $O(\log m)$

## @{keyword.examples}

Expand Down