修改问题

This commit is contained in:
duan
2024-12-24 13:33:27 +08:00
parent 4301fd358f
commit 8fe612ce0b
15 changed files with 13 additions and 15 deletions

View File

@@ -241,7 +241,7 @@
}
r1 = Number(arg1.toString().replace(".", ""));
r2 = Number(arg2.toString().replace(".", ""));
return mul(r1 / r2, Math.pow(10, t2 - t1));
},
/**
* 保留小数n位不进行四舍五入