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

Function Uranus

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

Source from the content-addressed store, hash-verified

37}
38
39function Uranus() {
40 return new Body(
41 1.28943695621391310e+01,
42 -1.51111514016986312e+01,
43 -2.23307578892655734e-01,
44 2.96460137564761618e-03 * DAYS_PER_YEAR,
45 2.37847173959480950e-03 * DAYS_PER_YEAR,
46 -2.96589568540237556e-05 * DAYS_PER_YEAR,
47 4.36624404335156298e-05 * SOLAR_MASS
48 );
49}
50
51function Neptune() {
52 return new Body(

Callers 1

nbody.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected