MCPcopy Create free account
hub / github.com/microsoft/SandDance / ceil

Function ceil

docs/app/js/sanddance-app.js:69908–69912  ·  view source on GitHub ↗
(out, a)

Source from the content-addressed store, hash-verified

69906 return out;
69907}
69908function ceil(out, a) {
69909 out[0] = Math.ceil(a[0]);
69910 out[1] = Math.ceil(a[1]);
69911 return out;
69912}
69913function floor(out, a) {
69914 out[0] = Math.floor(a[0]);
69915 out[1] = Math.floor(a[1]);

Callers 1

jndFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected