Use cmath in c++ files.

This commit is contained in:
Jacob Young
2017-10-05 13:21:59 -04:00
committed by Ecco
parent f2b7f92d71
commit 17ac54cad5
23 changed files with 19 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
#include "calculation.h"
#include <string.h>
#include <math.h>
#include <cmath>
using namespace Poincare;
namespace Calculation {