static/js/worker.js
@@ -340,7 +340,7 @@ if(comResult==0){ a[b].v.v = 0 }else{ let val = parseFloat(comResult.toFixed(3)) let val = parseFloat(Number(comResult).toFixed(3)) a[b].v.v = isNaN(val) ? '' : val } }catch(error){ @@ -857,7 +857,7 @@ } else if (isPoint) { return str.replace('ABS', '').replace(/\(|\)/g, '') }else { // console.log('str', str,eval(str)) // console.log('str', str) return eval(str) } } catch (error) {