Function pow() does not work correctly when using big numbers?

Revision en1, by HridoyHazard, 2022-09-23 13:43:35

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??

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English HridoyHazard 2022-09-23 13:43:35 325 Initial revision (published)