Numworks Epsilon  1.4.1
Graphing Calculator Operating System
symbol.cpp
Go to the documentation of this file.
1 #include <quiz.h>
2 #include <poincare.h>
3 #include <cmath>
4 #include <ion.h>
5 #include <assert.h>
6 #include "helper.h"
7 
8 using namespace Poincare;
9 
10 QUIZ_CASE(poincare_parse_symbol) {
16 }
17 
18 
19 QUIZ_CASE(poincare_symbol_approximate) {
26 }
27 
#define M_PI
Definition: math.h:17
void assert_parsed_expression_type(const char *expression, Poincare::Expression::Type type)
Definition: helper.cpp:54
c(generic_all_nodes)
#define M_E
Definition: math.h:12
void assert_parsed_expression_evaluates_to(const char *expression, Complex< T > *results, int numberOfRows, int numberOfColumns, Expression::AngleUnit angleUnit)
Definition: helper.cpp:69
static Complex< T > Float(T x)
Definition: complex.cpp:23
QUIZ_CASE(poincare_parse_symbol)
Definition: symbol.cpp:10