Posts by Eduardo Stefanello • 35 points
2 posts
-
3
votes1
answer1970
viewsQ: Problem with Pow() function
Would someone tell me why the following code does not compile? #include <math.h> double f(double x){ return (x - (pow(2,x))); }
-
0
votes0
answers60
viewsQ: Delphi: Internal Error: AV004C8D4A-R00000020-0
I got the following error when compiling a project in Delphi 10.2.2: [dcc32 Fatal Error] Internal Error: AV004C8D4A-R00000020-0. I found nothing regarding this error code. Would anyone know what…