MCPcopy Create free account
hub / github.com/leaningtech/webvm / nbody.js

File nbody.js

examples/nodejs/nbody.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const PI = Math.PI;
2const SOLAR_MASS = 4 * PI * PI;
3const DAYS_PER_YEAR = 365.24;
4

Callers

nothing calls this directly

Calls 8

SunFunction · 0.85
JupiterFunction · 0.85
SaturnFunction · 0.85
UranusFunction · 0.85
NeptuneFunction · 0.85
offsetMomentumFunction · 0.85
energyFunction · 0.85
advanceFunction · 0.85

Tested by

no test coverage detected