mirror of
https://github.com/283375/arcaea-offline.git
synced 2025-04-21 15:00:18 +00:00
chore: code reformatting
This commit is contained in:
parent
3b9609ee82
commit
2377d233b1
@ -52,6 +52,4 @@ class WorldMainMapCalculators:
|
|||||||
play_rating_sqrt = (
|
play_rating_sqrt = (
|
||||||
Decimal(50) * step - Decimal("2.5") * partner_step_value
|
Decimal(50) * step - Decimal("2.5") * partner_step_value
|
||||||
) / (Decimal("2.45") * partner_step_value)
|
) / (Decimal("2.45") * partner_step_value)
|
||||||
return (
|
return play_rating_sqrt**2 if play_rating_sqrt >= 0 else -(play_rating_sqrt**2)
|
||||||
play_rating_sqrt**2 if play_rating_sqrt >= 0 else -(play_rating_sqrt**2)
|
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user