Skip to content

Commit 03d8c97

Browse files
authored
Merge pull request atcoder#102 from rsk0315/fix/document
2 parents c36e178 + c926e8b commit 03d8c97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

document_en/math.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ It returns the answer in $\bmod 2^{\mathrm{64}}$, if overflowed.
7878

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

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

8383
## @{keyword.examples}
8484

document_ja/math.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $$\sum_{i = 0}^{n - 1} \left\lfloor \frac{a \times i + b}{m} \right\rfloor$$
7575

7676
**@{keyword.complexity}**
7777

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

8080
## @{keyword.examples}
8181

0 commit comments

Comments
 (0)