Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ main
Function
main
benches/benchmarks/nbody.py:97–101 ·
view source on GitHub ↗
(n, ref='sun')
Source
from the content-addressed store, hash-verified
95
96
97
def
main(n, ref=
'sun'
):
98
offset_momentum(BODIES[ref])
99
report_energy()
100
advance(0.01, n)
101
report_energy()
102
103
104
main(int(5000))
Callers
1
nbody.py
File · 0.70
Calls
3
offset_momentum
Function · 0.85
report_energy
Function · 0.85
advance
Function · 0.85
Tested by
no test coverage detected