MCPcopy Create free account
hub / github.com/OpenWebCAD/node-occ / f

Function f

lib/occ.js:31–33  ·  view source on GitHub ↗
(a, w, p)

Source from the content-addressed store, hash-verified

29*/
30
31function f(a, w, p) {
32 return (" " + (a + 0).toFixed(p)).substr(-w);
33}
34
35occ.Point3D.prototype.toString = function () {
36

Callers 2

tryItFunction · 0.85
occ.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected