i came to know this error recently while using pow function for a large data such as
pow(8376260,70)
it giving 0 as output which is wrong. i tried using long and unsigned but it giving the same output. is there any way to use large data in pow function??