[poincare] Change name: evaluate->approximate

Change-Id: I649a7c640190713dcf063a4148decd6038e62796
This commit is contained in:
Émilie Feral
2017-11-24 13:25:27 +01:00
parent 76cbd2678d
commit fda382cc0d
107 changed files with 385 additions and 385 deletions

View File

@@ -267,7 +267,7 @@ bool Sequence::isEmpty() {
}
template<typename T>
T Sequence::templatedEvaluateAtAbscissa(T x, Poincare::Context * context) const {
T Sequence::templatedApproximateAtAbscissa(T x, Poincare::Context * context) const {
T n = std::round(x);
switch (m_type) {
case Type::Explicite: