MCPcopy Create free account
hub / github.com/csev/py4e / monthsToDays

Function monthsToDays

code/gmane/Chart.bundle.js:4511–4514  ·  view source on GitHub ↗
(months)

Source from the content-addressed store, hash-verified

4509 }
4510
4511 function monthsToDays (months) {
4512 // the reverse of daysToMonths
4513 return months * 146097 / 4800;
4514 }
4515
4516 function as (units) {
4517 var days;

Callers 2

bubbleFunction · 0.85
asFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected