I have a calculator program I am working on,
it works except for one thing.
When I type a large number into the calculator, say 125^4 it comes out with: 2.44140625E8.

Any ideas on how to get this in-build function turned off?

Thanks!
-WolfShield

try woking with BigINteger class. there are ways to turn BigINteger to int and vice versa, I think. hope that helps.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.