Files
itgmania212121/src/arch
Martin Natano b68ca517e6 Clean up math functions
- Remove checking for standard functions from the build system
- Prefix all invocations with std::
- Replace suffixed functions with unprefixed versions
- Include <cmath> in all files that use it and remove the global include

e.g. floorf(x) -> std::floor(x)
2023-04-19 19:31:40 +02:00
..
2023-04-19 19:31:40 +02:00
2023-04-19 19:31:40 +02:00
2023-04-19 19:31:40 +02:00
2023-04-19 19:31:40 +02:00
2023-04-19 19:31:40 +02:00
2023-04-19 19:31:40 +02:00
2023-04-19 19:31:40 +02:00