Exponentiation of large numbers
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Exponentiation of large numbers
How not to build the power and number to learn this, there is an error during this operation?
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: Exponentiation of large numbers
It may be possible to arrange an error processing performance so that if there is not a message window for information on the error and a variable is assigned to a predetermined value (eg FlagError: =. T.) and the program continues to work on
Re: Exponentiation of large numbers
You can write your own custom error handler.
Look at the Xbase++ function ErrorBlock().
Look at the Xbase++ function ErrorBlock().
The eXpress train is coming - and it has more cars.
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: Exponentiation of large numbers
Yes, this is what me need.
Thank you very much!
Thank you very much!