Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Type mismatch (int vs unsigned integer or float?) or maybe count doesn't have the contents you expect it to?
-
@projektaquarius it was a typo. also devRant isn't really the place for this.
Related Rants
pow function accept var ?for example x2=2 ;
int count =2;
pow(count, x);
should return 4 but return other value
undefined
c
math.h
pow functio