Problem trivialmaths
User andthatsallshewrote
Submission Time 2025-03-25 09:29:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

trivialmaths.cpp: In function ‘float log_e(float)’:
trivialmaths.cpp:31:45: error: expected ‘;’ before ‘}’ token
31 | thingy += pow(-1, j % 2 + 1) * pow(x, j)/j
| ^
| ;
32 | }
| ~