Fixed Documentation for Common Math Library

This commit is contained in:
2025-05-26 13:40:54 -04:00
parent a6442e1945
commit e6b3d45e2e
5 changed files with 120 additions and 353 deletions

View File

@@ -17,10 +17,9 @@
// =====================================================================================================================
#include <fstream>
#include <math.h>
#include <cfloat>
#include <cmath>
int main(int argc, const char** argv)
int main(int, const char**)
{
std::ofstream flt("float.h");