Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
function
f(a, w, p) {
32
return
(
" "
+ (a + 0).toFixed(p)).substr(-w);
33
}
34
35
occ.Point3D.prototype.toString =
function
() {
36
Callers
2
tryIt
Function · 0.85
occ.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected