Skip to content

Commit ffa351c

Browse files
committed
pre-commit
1 parent 07e8bf3 commit ffa351c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extras/ome_n3lo/large_n_limit.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
i.e. the local and singular parts are the same
88
* the :math:`A_{qq,ps}` term is vanishing in the large-x limit, i.e. it's only regular.
99
10-
In the following we make use of a small trick, which is available due to complex continuation.
11-
Although we are interested in the large-N limit, we can obtain that by observing the small-N limit.
10+
In the following we make use of a small trick, which is available due to complex continuation.
11+
Although we are interested in the large-N limit, we can obtain that by observing the small-N limit.
1212
It is :math:`S_1(0)=0` (by continuation), :math:`S_1(1)=1` and :math:`S_1(N\to\infty) = \ln(N) - \gamma_E`.
1313
1414
"""
@@ -36,7 +36,7 @@ def Agg_asymptotic(n, nf):
3636
+ 28.65462637880661 * nf
3737
)
3838
agg_asy = (
39-
- 49.5041510989361 * (-14.442649813264895 + nf) * S1(n)
39+
-49.5041510989361 * (-14.442649813264895 + nf) * S1(n)
4040
+ 619.2420126046355
4141
- 17.52475977636971 * nf
4242
)

0 commit comments

Comments
 (0)