[poincare] Debug NaperianLogarithm

This commit is contained in:
Romain Goyet
2017-09-22 22:30:54 +02:00
parent 763d800ac6
commit 48fe20a786

View File

@@ -23,9 +23,9 @@ void print_expression(const Expression * e, int indentationLevel) {
case Expression::Type::Cosine:
std::cout << "Cosine";
break;
/* case Expression::Type::Float:
std::cout << "Float()";
break;*/
case Expression::Type::NaperianLogarithm:
std::cout << "Ln";
break;
case Expression::Type::Integer:
std::cout << "Integer(";
std::cout << e->approximate<double>(context);