File tree 1 file changed +2
-2
lines changed
MekHQ/src/mekhq/campaign/universe
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -801,15 +801,15 @@ public static String getIconImage(PlanetarySystem system) {
801
801
* Estimates the radius of a star using its luminosity and temperature, based on the
802
802
* Stefan-Boltzmann law:
803
803
* <pre>
804
- * R = √(L / (4πσT⁴ ))
804
+ * R = √(L / (4πσT^4 ))
805
805
* </pre>
806
806
*
807
807
* Where:
808
808
* <ul>
809
809
* <li><b>R</b> is the radius of the star (in meters).</li>
810
810
* <li><b>L</b> is the luminosity of the star (in watts).</li>
811
811
* <li><b>T</b> is the effective temperature of the star (in Kelvin).</li>
812
- * <li><b>σ</b> is the Stefan-Boltzmann constant (5.67 × 10⁻⁸ W·m⁻²·K⁻⁴ ).</li>
812
+ * <li><b>σ</b> is the Stefan-Boltzmann constant (5.67 × 10^-8 W·m^-2 · K^-4 ).</li>
813
813
* </ul>
814
814
*
815
815
* @param luminosity The luminosity of the star in watts. Must be greater than 0.
You can’t perform that action at this time.
0 commit comments