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

Правка en1, от 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??

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский HridoyHazard 2022-09-23 13:43:35 325 Initial revision (published)