Problem | trivialmaths |
---|---|
User | YSH2020 |
Submission Time | 2023-08-18 13:19:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
trivialmaths.cpp: In function ‘float log_e(float)’:
trivialmaths.cpp:11:10: error: ‘__float_as_int’ was not declared in this scope
11 | e = (__float_as_int (X) - 0x3f2aaaab) & 0xff800000;
| ^~~~~~~~~~~~~~
trivialmaths.cpp:12:9: error: ‘__int_as_float’ was not declared in this scope
12 | m = __int_as_float (__float_as_int (X) - e);
| ^~~~~~~~~~~~~~