kcalculator/evaluator.js

1 line
70 B
JavaScript
Raw Permalink Normal View History

2022-09-09 01:20:36 +02:00
onmessage = e => postMessage(eval(`parseInt(Math.round(${e.data}))`));