MCPcopy 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
97def main(n, ref='sun'):
98 offset_momentum(BODIES[ref])
99 report_energy()
100 advance(0.01, n)
101 report_energy()
102
103
104main(int(5000))

Callers 1

nbody.pyFile · 0.70

Calls 3

offset_momentumFunction · 0.85
report_energyFunction · 0.85
advanceFunction · 0.85

Tested by

no test coverage detected