MCPcopy Index your code
hub / github.com/csev/py4e / ceil

Function ceil

code/pagerank/d3.v2.js:9007–9010  ·  view source on GitHub ↗
(date)

Source from the content-addressed store, hash-verified

9005 }
9006
9007 function ceil(date) {
9008 step(date = local(new d3_time(date - 1)), 1);
9009 return date;
9010 }
9011
9012 function offset(date, k) {
9013 step(date = new d3_time(+date), k);

Callers 1

rangeFunction · 0.70

Calls 1

stepFunction · 0.50

Tested by

no test coverage detected