Problem trivialmaths
User haydendoo
Submission Time 2022-12-27 16:38:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

trivialmaths.cpp: In function ‘float my_faster_logf(float)’:
trivialmaths.cpp:11:10: error: ‘__float_as_int’ was not declared in this scope
11 | e = (__float_as_int (a) - 0x3f2aaaab) & 0xff800000;
| ^~~~~~~~~~~~~~
trivialmaths.cpp:12:9: error: ‘__int_as_float’ was not declared in this scope
12 | m = __int_as_float (__float_as_int (a) - e);
| ^~~~~~~~~~~~~~