Euler's number expansion?

You cannot use floating point or bigint, but what about other compiler intrinsic integral types like long long, unsigned long long, etc.? To make it explicit you could use stdint. H s int64_t and uint64_t (or cstdint s std::int64_t and std::uint64_t, though this header is not officially standard yet but is supported on many compilers).

You cannot use floating point or bigint, but what about other compiler intrinsic integral types like long long, unsigned long long, etc.? To make it explicit you could use 's int64_t and uint64_t (or 's std::int64_t and std::uint64_t, though this header is not officially standard yet but is supported on many compilers).

I don't know if this is of any use, but you can find the code I wrote to calculate Euler's number here: 41j.com/blog/2011/10/program-for-calcula....

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions