Nathan Hold
Nathan Hold
Just an FYI, std::array didn't work for me, I had to swap to a vector, reserving the size. (Using MSVC C++20).
Why, don't you still use it?
> > > Actual solution for Windows: > > window = new sf::RenderWindow(...); > ShowWindow(window->getSystemHandle(), SW_SHOWMAXIMIZED); Make sure you `#include `
It looks like negative numbers don't get accounted for. So if the big number is m -5.123 e 3 and you are checking if it's less than 0 or any...
I have tested as well, minus appears to not work when it hits this example: Actual ``` 10 - 1 = 90 ``` Expected ``` 10 - 1 = 9...
Ah looks like the real solution is here: https://github.com/ChronoDK/GodotBigNumberClass/issues/32 we should close this issue and link to that.