mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[poincare] n_ary_expression_node.h -> n_ary_expression.h
This commit is contained in:
@@ -91,7 +91,7 @@ src += $(addprefix poincare/src/,\
|
||||
matrix_trace.cpp \
|
||||
matrix_transpose.cpp \
|
||||
multiplication.cpp \
|
||||
n_ary_expression_node.cpp \
|
||||
n_ary_expression.cpp \
|
||||
naperian_logarithm.cpp \
|
||||
nth_root.cpp \
|
||||
number.cpp \
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define POINCARE_ADDITION_H
|
||||
|
||||
#include <poincare/approximation_helper.h>
|
||||
#include <poincare/n_ary_expression_node.h>
|
||||
#include <poincare/n_ary_expression.h>
|
||||
#include <poincare/rational.h>
|
||||
|
||||
namespace Poincare {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define POINCARE_MULTIPLICATION_H
|
||||
|
||||
#include <poincare/approximation_helper.h>
|
||||
#include <poincare/n_ary_expression_node.h>
|
||||
#include <poincare/n_ary_expression.h>
|
||||
|
||||
namespace Poincare {
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef POINCARE_N_ARY_EXPRESSION_NODE_H
|
||||
#define POINCARE_N_ARY_EXPRESSION_NODE_H
|
||||
#ifndef POINCARE_N_ARY_EXPRESSION_H
|
||||
#define POINCARE_N_ARY_EXPRESSION_H
|
||||
|
||||
#include <poincare/expression.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <poincare/n_ary_expression_node.h>
|
||||
#include <poincare/n_ary_expression.h>
|
||||
extern "C" {
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
Reference in New Issue
Block a user