MCPcopy Create free account
hub / github.com/leaningtech/webvm / Sun

Function Sun

examples/nodejs/nbody.js:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63function Sun() {
64 return new Body(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, SOLAR_MASS);
65}
66
67const bodies = Array(Sun(), Jupiter(), Saturn(), Uranus(), Neptune());
68

Callers 1

nbody.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected