MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / addNfs

Function addNfs

libraries/p5.js:31289–31294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31287};
31288
31289function addNfs() {
31290 return (
31291 parseFloat(arguments[0]) > 0) ?
31292 ' '+arguments[0].toString() :
31293 arguments[0].toString();
31294}
31295
31296/**
31297 * The split() function maps to String.split(), it breaks a String into

Callers 1

p5.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected