Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【需求】v模式计算机的乘法运算能不能上屏时加上%,‰,‱(百分号,千分号,万分号)上屏 #113

Open
trevim99 opened this issue Nov 7, 2024 · 1 comment

Comments

@trevim99
Copy link

trevim99 commented Nov 7, 2024

【需求】v模式计算机的乘法运算能不能上屏时加上%,‰,‱(百分号,千分号,万分号)上屏

乘法运算
计算式是 1200*6*0.01=72.0
计算式是 1200*6*0.001=7.2
计算式是 1200*6*0.0001=0.72

请问乘法乘法运算上屏时能不能直接就是
1200*6%=72.0
1200*6‰=7.2
1200*6‱=0.72

谢谢🙏

@gaboolic
Copy link
Owner

gaboolic commented Nov 7, 2024

有空了可以搞,最近工作忙暂时没时间

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants