Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ s_CachedPowersBinaryExponent

readonly short [] System.Number.Grisu3.s_CachedPowersBinaryExponent
staticprivate
Initial value:
= new short[87]
{
-1220, -1193, -1166, -1140, -1113, -1087, -1060, -1034, -1007, -980,
-954, -927, -901, -874, -847, -821, -794, -768, -741, -715,
-688, -661, -635, -608, -582, -555, -529, -502, -475, -449,
-422, -396, -369, -343, -316, -289, -263, -236, -210, -183,
-157, -130, -103, -77, -50, -24, 3, 30, 56, 83,
109, 136, 162, 189, 216, 242, 269, 295, 322, 348,
375, 402, 428, 455, 481, 508, 534, 561, 588, 614,
641, 667, 694, 720, 747, 774, 800, 827, 853, 880,
907, 933, 960, 986, 1013, 1039, 1066
}

Definition at line 797 of file Number.cs.

798 {
799 -1220, -1193, -1166, -1140, -1113, -1087, -1060, -1034, -1007, -980,
800 -954, -927, -901, -874, -847, -821, -794, -768, -741, -715,
801 -688, -661, -635, -608, -582, -555, -529, -502, -475, -449,
802 -422, -396, -369, -343, -316, -289, -263, -236, -210, -183,
803 -157, -130, -103, -77, -50, -24, 3, 30, 56, 83,
804 109, 136, 162, 189, 216, 242, 269, 295, 322, 348,
805 375, 402, 428, 455, 481, 508, 534, 561, 588, 614,
806 641, 667, 694, 720, 747, 774, 800, 827, 853, 880,
807 907, 933, 960, 986, 1013, 1039, 1066
808 };

Referenced by System.Number.Grisu3.GetCachedPowerForBinaryExponentRange().