fatma1000
Banned
help12 c++
the function pow like
pow(2,4)
is correct but whin the first number is fraction like
pow(0.5,4)
it is not correct why?
how can i make power for fraction like (0.5) powered to 4
0.5*0.5*0.5*0.5
regards
the function pow like
pow(2,4)
is correct but whin the first number is fraction like
pow(0.5,4)
it is not correct why?
how can i make power for fraction like (0.5) powered to 4
0.5*0.5*0.5*0.5
regards