1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-04 00:42:55 +08:00

update desmos

This commit is contained in:
Natelytle 2023-03-20 23:13:33 -04:00
parent 858afcd0b3
commit 9aa11e0090

View File

@ -119,7 +119,7 @@ namespace osu.Game.Rulesets.Taiko.Difficulty
/// <summary> /// <summary>
/// Estimates the player's tap deviation based on the OD, number of objects, and number of 300s, 100s, and misses, /// Estimates the player's tap deviation based on the OD, number of objects, and number of 300s, 100s, and misses,
/// assuming the player's mean hit error is 0. The estimation is consistent in that two SS scores on the same map with the same settings /// assuming the player's mean hit error is 0. The estimation is consistent in that two SS scores on the same map with the same settings
/// will always return the same deviation. See: https://www.desmos.com/calculator/qlr946netu /// will always return the same deviation. See: https://www.desmos.com/calculator/x3mvtir093
/// </summary> /// </summary>
private double? computeEstimatedUr(ScoreInfo score, TaikoDifficultyAttributes attributes) private double? computeEstimatedUr(ScoreInfo score, TaikoDifficultyAttributes attributes)
{ {