Rename scimath.h/cpp to RationalMath.h/cpp (#36)

This commit is contained in:
Josh Koon
2019-02-25 14:04:38 -08:00
committed by GitHub
parent 0cb5e9bae0
commit ddc470949c
7 changed files with 14 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
// Licensed under the MIT License.
#include "pch.h"
#include "Header Files/scimath.h"
#include "Header Files/RationalMath.h"
using namespace std;
using namespace CalcEngine;