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,7 +1,7 @@
#include "function_graph_controller.h"
#include "text_field_delegate_app.h"
#include <assert.h>
#include <math.h>
#include <cmath>
#include <float.h>
using namespace Poincare;