Problem | trivialmaths |
---|---|
User | AlphanumericUsername |
Submission Time | 2023-01-23 21:37:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
trivialmaths.cpp: In function ‘float log_e(float)’:
trivialmaths.cpp:16:9: error: declaration of ‘float i’ shadows a parameter
16 | float i, m, r, s, t;
| ^
trivialmaths.cpp:28:7: error: ‘a’ was not declared in this scope
28 | if (a < 1.175494351e-38f) {
| ^
trivialmaths.cpp:32:19: error: ‘a’ was not declared in this scope
32 | e = (floatasint(a) - floatasint(0.666666667f)) & 0xff800000;
| ^