Merge pull request #61 from OpzekerIT/dev

calc
This commit is contained in:
Lanta 2023-10-03 11:34:13 +02:00 committed by GitHub
commit 27069a9779
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ function get-change {
$change = [double]::PositiveInfinity
}
} else {
$change =[math]::Round((($winratio - $winratio_old) / $winratio_old * 100) , 2)
$change =[math]::Round(((($winratio - $winratio_old) / $winratio_old) * 100) , 2)
}
return $change