Merge pull request #62 from OpzekerIT/dev

0
This commit is contained in:
Lanta 2023-10-03 14:01:37 +02:00 committed by GitHub
commit d90e3a0b36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,10 +20,10 @@ function get-change {
$change = 0
} else {
# Decide how you want to handle this scenario
$change = [double]::PositiveInfinity
$change = 0
}
} else {
$change =[math]::Round(((($winratio - $winratio_old) / $winratio_old) * 100) , 2)
$change = [math]::Round(($winratio - $winratio_old) , 2)
}
return $change