Numworks Epsilon  1.4.1
Graphing Calculator Operating System
expression_debug.h
Go to the documentation of this file.
1 #ifndef POICARE_EXPRESSION_DEBUG_H
2 #define POICARE_EXPRESSION_DEBUG_H
3 
4 #include <poincare/expression.h>
5 #include <poincare/integer.h>
6 
7 namespace Poincare {
8 
9 void print_expression(const Expression * e, int indentationLevel = 0);
10 void print_prime_factorization(Integer * outputFactors, Integer * outputCoefficients, int outputLength);
11 
12 }
13 
14 #endif // POICARE_EXPRESSION_DEBUG_H
void print_prime_factorization(Integer *outputFactors, Integer *outputCoefficients, int outputLength)
void print_expression(const Expression *e, int indentationLevel)