Problem trivialmaths
User PerihelionfromAphelion
Submission Time 2026-08-29 11:11:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

trivialmaths.cpp: In function ‘float log_e(float)’:
trivialmaths.cpp:5:21: error: ‘bit_cast’ was not declared in this scope
5 | uint32_t bits = bit_cast<uint32_t>(X);
| ^~~~~~~~
trivialmaths.cpp:5:38: error: expected primary-expression before ‘>’ token
5 | uint32_t bits = bit_cast<uint32_t>(X);
| ^