wrong calculation of pow(0,-ve numbers). Even kcalc is crashing repeatedly several times on input 0^-5. I am attaching solution patch along with it.
Created attachment 84970 [details] Just added one check condition for 0^0 and 0^(-ve number) .Its working fine
Created attachment 84971 [details] patch
Created attachment 84972 [details] patch . adding just one condition in power function Its working fine after building it.No further crashes.
Patch (with some minor cosmetic alterations) applied. Thanks!
thank you very much!!! :D