mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[sequence] Add Poincare::Symbol::SpecialSymbols::UnknownN used in
Sequence
This commit is contained in:
@@ -11,11 +11,11 @@ class StorageCartesianFunction : public StorageFunction {
|
||||
public:
|
||||
static void DefaultName(char buffer[], size_t bufferSize);
|
||||
static char Symbol() { return 'x'; }
|
||||
char symbol() const override { return Symbol(); };
|
||||
static StorageCartesianFunction NewModel(Ion::Storage::Record::ErrorStatus * error, const char * baseName = nullptr);
|
||||
StorageCartesianFunction(Ion::Storage::Record record = Record()) :
|
||||
StorageFunction(record)
|
||||
{}
|
||||
Ion::Storage::Record::ErrorStatus setContent(const char * c) override { return editableHandle()->setContent(this, c, Symbol(), Poincare::Symbol::SpecialSymbols::UnknownX); }
|
||||
|
||||
// Derivative
|
||||
bool displayDerivative() const;
|
||||
|
||||
Reference in New Issue
Block a user