jsketcher/web/app/cad/craft/wizard/roundUtils.js
2018-12-05 22:29:50 -08:00

4 lines
No EOL
71 B
JavaScript

export function roundInteractiveInput(num) {
return num.toFixed(3)
}