Consistently include <math.h> with angle brackets

This commit is contained in:
Stephan T. Lavavej
2026-06-15 14:53:29 -07:00
parent 41d48d6eeb
commit 4208a89b3e
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@
#include <iostream>
#include <stdlib.h>
#include <limits>
#include "math.h"
#include <math.h>
using namespace std;