1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-21 21:32:07 +00:00
serenity/Userland/Libraries/LibM
Linus Groh caa8f3d3bf LibM: Implement tanf() in terms of tan() with casts
Lazy, but it works for now. :^)
2021-03-13 22:44:16 +01:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
math.cpp LibM: Implement tanf() in terms of tan() with casts 2021-03-13 22:44:16 +01:00
math.h LibM: Add nan{f, l} 2021-03-09 07:28:06 +01:00