mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 07:10:40 +01:00
13 lines
316 B
C++
13 lines
316 B
C++
#include <poincare/allocation_failed_evaluation.h>
|
|
#include <poincare/expression.h>
|
|
#include <poincare/undefined.h>
|
|
|
|
namespace Poincare {
|
|
|
|
template<typename T>
|
|
Expression AllocationFailedEvaluationNode<T>::complexToExpression(Preferences::Preferences::ComplexFormat complexFormat) const {
|
|
return Undefined();
|
|
}
|
|
|
|
}
|