Searched defs:pad0r1 (Results 1 – 3 of 3) sorted by relevance
98 function pad0r1(v,d){var t=""+Math.round(v); return t.length>=d?t:fill('0',d-t.length)+t;} function
2 …(typeof module!=="undefined"&&typeof require!=="undefined"){if(typeof cptable==="undefined")cptabl…
292 function pad0r1(v/*:any*/,d/*:number*/)/*:string*/{var t=""+Math.round(v); return t.length>=d?t:fil… function