gpt4 book ai didi

batch-file - 批处理脚本中的小数

转载 作者:行者123 更新时间:2023-12-01 01:05:58 25 4
gpt4 key购买 nike

echo off
cls

mode con: cols=55 lines=15

:MAIN
color 07
cls

set /p num1="Specify first number: "
cls
set /p num2="Specify second number: "
cls

set /a num3=%num1%*%num2%

echo %num3%
pause

说 num1 = 30 和 num2= .10 那么它只会显示 0 而不是 .3 那么我如何让它做小数,如果需要,你将如何显示到小数点后 5 位?

最佳答案

关于batch-file - 批处理脚本中的小数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18689450/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com