R
Ragnar
I want to do divisions in a dos box getting results with
commas (or dots).
like: 7 / 2 = 3,5
or even 7,5 / 2 = 3,75
More than 2 numbers after the comma arent necessary
with "set /a ST=7/2" and "expr.exe 7 / 2" (from unix utils)
i always get it rounded to 3
Is there a way or a commandline tool where i can work with
commas as variables?
commas (or dots).
like: 7 / 2 = 3,5
or even 7,5 / 2 = 3,75
More than 2 numbers after the comma arent necessary
with "set /a ST=7/2" and "expr.exe 7 / 2" (from unix utils)
i always get it rounded to 3
Is there a way or a commandline tool where i can work with
commas as variables?