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

Function Saturn

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

Source from the content-addressed store, hash-verified

25}
26
27function Saturn() {
28 return new Body(
29 8.34336671824457987e+00,
30 4.12479856412430479e+00,
31 -4.03523417114321381e-01,
32 -2.76742510726862411e-03 * DAYS_PER_YEAR,
33 4.99852801234917238e-03 * DAYS_PER_YEAR,
34 2.30417297573763929e-05 * DAYS_PER_YEAR,
35 2.85885980666130812e-04 * SOLAR_MASS
36 );
37}
38
39function Uranus() {
40 return new Body(

Callers 1

nbody.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected