mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-08 01:13:27 +01:00
4 lines
No EOL
71 B
JavaScript
4 lines
No EOL
71 B
JavaScript
|
|
export function roundInteractiveInput(num) {
|
|
return num.toFixed(3)
|
|
} |