Merge pull request #2016 from WushiThe/contributing

1 single parenthesis
This commit is contained in:
HbmMods 2025-03-27 08:28:33 +01:00 committed by GitHub
commit 2d48960e2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -281,7 +281,7 @@ public class ItemRBMKRod extends Item {
break; break;
case LOG_TEN: function = "log10(%1$s + 1) * 0.5 * %2$s"; case LOG_TEN: function = "log10(%1$s + 1) * 0.5 * %2$s";
break; break;
case PLATEU: function = "(1 - e^-%1$s / 25)) * %2$s"; case PLATEU: function = "(1 - e^(-%1$s / 25)) * %2$s";
break; break;
case ARCH: function = "(%1$s - %1$s² / 10000) / 100 * %2$s [0;∞]"; case ARCH: function = "(%1$s - %1$s² / 10000) / 100 * %2$s [0;∞]";
break; break;