Nick Gammon
Nick Gammon
Yes, a warning may help. It's a bit of an edge case I admit.
Here on GitHub: https://github.com/nickgammon/BigNumber/tree/master/src/BigNumber Or are you asking something else?
I can't see any reference to BigNumberMath.h in my library. Where are you seeing that?
Ah I see you mean this: ```c++ Adapted from: - libmath.b bc-1.06 13th September 2000 - BigNumberMathFunctions.ino Mega_SunTracker_Heliostat_Program_V097_b @ cerebralmeltdown.com 5th July 2012 Original Authors: Philip A. Nelson & Gabriel...
I didn't find it anywhere. That is not my library, and I don't know where the other posters here found it. The link posted above leads to [this page](https://www.cerebralmeltdown.com/arduino-sun-tracking-heliostat-program-download-page/). On...
I am working on other issues just now, however as the code is open source you are certainly welcome to make changes yourself. Sorry I can't be more help.
Done, see 02af385c5ae6fe44498c4e9d050a99000cb1beee
I don't get any warnings under IDE 1.6.9, even with warnings set to "all". > warning: assignment discards 'const' qualifier from pointer target type That's a **warning**, not an error....
I think generating random numbers is a bit out of scope of this library. However it is easy enough to turn a random number (ie. int) into a BigNumber. eg....
See my comments under your other pull request. :)