BigNumber icon indicating copy to clipboard operation
BigNumber copied to clipboard

BigNumberMath lib, whre to find?

Open tarasinf opened this issue 6 years ago • 7 comments

@nickgammon Hi, I found the lib "BigNumberMath.h" that is used with "BigNumber.h". Maybe someone knows something about this lib? Where I can find the source of code?

Thanks.

P.S. I came from this solar tracking system.

tarasinf avatar Jan 02 '19 10:01 tarasinf

Here on GitHub: https://github.com/nickgammon/BigNumber/tree/master/src/BigNumber

Or are you asking something else?

nickgammon avatar Jan 02 '19 20:01 nickgammon

@nickgammon Yes, probably it's a bit different things. It's the lib that operate with your bigNumber lib and provide functions like sin, arcsin, cos, ... It calls "BigNumberMath.h" in that code.

tarasinf avatar Jan 03 '19 22:01 tarasinf

I can't see any reference to BigNumberMath.h in my library. Where are you seeing that?

nickgammon avatar Jan 03 '19 23:01 nickgammon

It had use together in that link. I know that it is not your responsibility, but I had the hope, that maybe you know something.

Don't care if you do not know. I just ask, if you know somethink about.

Thanks.

tarasinf avatar Jan 05 '19 09:01 tarasinf

Ah I see you mean this:

	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
	Library Adaptation: sj
	v3

I don't know anything about that, sorry. I am not the author. The source code appears to be in BigNumberMath.cpp in the same folder as the .h file.

nickgammon avatar Jan 05 '19 19:01 nickgammon

@nickgammon Hi, I found the lib "BigNumberMath.h" that is used with "BigNumber.h". Maybe someone knows something about this lib? Where I can find the source of code?

Thanks.

P.S. I came from this solar tracking system. Sorry! where did you find bignumbermath library?

tiarecorral avatar Oct 26 '20 19:10 tiarecorral

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. On that is a link to their source code.

nickgammon avatar Oct 26 '20 20:10 nickgammon