I mean that's #TechnicallyCorrect but wow that's a weird way to describe a lamp's voltage. #ScientificNotation.
I mean that's #TechnicallyCorrect but wow that's a weird way to describe a lamp's voltage. #ScientificNotation.
the most scientific plug-in christmas lights specs ever #ScientificNotation #ChristmasLights
Balatro University’s Beginner’s Guide to Extremely High Scores
It's a long one today folks. To mark the release of the mobile version of poker-based time sink Balatro, let's sit back, for two hours and 42 minutes, and watch Balatro University plot their way through the first eight antes of a game:
https://www.youtube.com/
https://setsideb.com/beginners-guide-to-scoring-high-in-balatro/
#indies #Balatro #BalatroUniversity #indie #poker #ScientificNotation #strategy #video #youtube
Got (base 10) #ScientificNotation numeric display working with log-domain (base 2) input (so that exponent is not limited by single precision floating point). I just need to finish up adding minus sign support for the exponent (it can go negative)...
debugging my fractal exploration bot
added lots of fprintf
found (one of) the #bug (s) in my code:
#GNU `sort -n` ("string numerical value") does not properly #sort by #floatingpoint #scientificnotation:
1.1e2
1.1e-2
1.1
sorts as
1.1
1.1e-2
1.1e2
instead of what I want
1.1e-2
1.1
1.1e2
GNU `sort -g` ("general numerical value") seems more promising on first glance, need to test more thoroughly...