We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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模式计算机的乘法运算能不能上屏时加上%,‰,‱(百分号,千分号,万分号)上屏
乘法运算 计算式是 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
谢谢🙏
The text was updated successfully, but these errors were encountered:
有空了可以搞,最近工作忙暂时没时间
Sorry, something went wrong.
No branches or pull requests
【需求】v模式计算机的乘法运算能不能上屏时加上%,‰,‱(百分号,千分号,万分号)上屏
乘法运算
计算式是 1200
*
6*
0.01=72.0计算式是 1200
*
6*
0.001=7.2计算式是 1200
*
6*
0.0001=0.72请问乘法乘法运算上屏时能不能直接就是
1200
*
6%=72.01200
*
6‰=7.21200
*
6‱=0.72谢谢🙏
The text was updated successfully, but these errors were encountered: