FormatNumber.sb3 is a number library that can be used to format numbers into different notations. This engine is mostly meant for incremental games, since formatting precise numbers like 1 million and 1 billion can be buggy due to rounding issues.
Inspired by engines like break_infinity.sb3 and break_eternity.sb3 made by Patcail. Thank you! If you are using this engine in your Scratch project, please credit me! (also the reason why this engine isn't called format.sb3 is because format is way too general and could be the name of another sb3 library)