- x * log 2 = log 9
- x = 3.17
- 2 ^ 3.17 = 9
* did anybody see the total number of $WINK tokens? 69M.So: are they $WINK-ers or $WANK-ers? Eh? EH? π
Based upon the previous lauches, a token's launch has this behavior following a launch on Pilot:
ROI: -79.75%; -508.90% APR
Every token, except $WINK, follows this trend. Will $KART?
#Rust pop-quiz answer to totaling rows of data in reports:
That took more effort than I care to admit, as reportage and formatting always do. π
BUT! Now we have reports with a totals-row, and I am well-pleased, even if I had to invent matrices to get there.
In answer to the Rust pop-quiz about HTML-formatting data tables, ...
Behold! ./tabla.
Most of the work to effect this was done in the html_utils book lib where you see the BONUS section (right justify numbers) is handled there, as well.
#Rust pop-quiz answer to the pop-quiz about sorting assets by pnl.
Sorting assets by pnl becomes easy, once that code it broken out into its own reports-module.