diff --git a/apps/shared/storage_cartesian_function.cpp b/apps/shared/storage_cartesian_function.cpp index 29adc3f5e..191aefe22 100644 --- a/apps/shared/storage_cartesian_function.cpp +++ b/apps/shared/storage_cartesian_function.cpp @@ -93,6 +93,7 @@ double StorageCartesianFunction::approximateDerivative(double x, Poincare::Conte } double StorageCartesianFunction::sumBetweenBounds(double start, double end, Poincare::Context * context) const { + // TODO: this does not work yet because integral does not understand UnknownX Poincare::Integral integral(expression(context).clone(), Poincare::Float(start), Poincare::Float(end)); // Integral takes ownership of args /* TODO: when we approximate integral, we might want to simplify the integral * here. However, we might want to do it once for all x (to avoid lagging in