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

@@ -23,8 +23,8 @@
#include "History.h" // for History Collector
#include "CalcInput.h"
#include "ICalcDisplay.h"
#include "scimath.h"
#include "Rational.h"
#include "RationalMath.h"
// The following are NOT real exports of CalcEngine, but for forward declarations
// The real exports follows later

View File

@@ -1,4 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once

View File

@@ -1,4 +1,5 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once

View File

@@ -1,6 +1,8 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
#include "Rational.h"
namespace CalcEngine::RationalMath