Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galumph
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
30
Issues
30
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
grp-svergun
galumph
Commits
b447ab21
Verified
Commit
b447ab21
authored
May 24, 2020
by
Chris Kerr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
parent
64b04d59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/python/gaunt.py
src/python/gaunt.py
+1
-1
No files found.
src/python/gaunt.py
View file @
b447ab21
...
...
@@ -91,7 +91,7 @@ def _gaunt_sqrt_arg(l_1, l_2, l_3, m, *, factorials):
"""Calculate the part of the formula that needs to be square-rooted."""
return
prod
((
(
2
*
l_1
+
1
),
(
2
*
l_
1
+
1
),
(
2
*
l_
2
+
1
),
(
2
*
l_3
+
1
),
factorials
[
l_1
+
m
],
factorials
[
l_1
-
m
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment