@proseandpassion surely anyone getting this into detail would appreciate / prefer #scientificNotation to Exa and Zeta https://en.wikipedia.org/wiki/Scientific_notation
Scientific notation - Wikipedia

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

YouTube

Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on 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)...

#OpenGL #GLSL #shader #zoom

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...