This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Potencias mapeadas fixadamente | |
*/ | |
uint[] _P = new uint[] { 0, 1, 5, 10, 15, 20, 25, 30, 35, 38, 45, 50 }; | |
/* | |
* Fatores fixos entre as variacoes das potencias em _P | |
*/ | |
double[] _F = new double[] { 0.0, 0.4192505896, 2.200277792, 4.271982912, 1.543209877, 1.167113087, 1.055373328, 0.9624752296, 0.9188272963, 0.87106949, 0.8175748308, 0.8109861592 }; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying I am +enzolovesbacon on my passcard. https://onename.com/enzolovesbacon |