mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[poincare] Change Expression methods' signature to work with const char
* symbol instead of char symbol
This commit is contained in:
@@ -57,8 +57,4 @@ Expression::Coordinate2D CartesianFunction::nextIntersectionFrom(double start, d
|
||||
return expression(context).nextIntersection(symbol(), start, step, max, *context, Preferences::sharedPreferences()->angleUnit(), function->expression(context));
|
||||
}
|
||||
|
||||
char CartesianFunction::symbol() const {
|
||||
return 'x';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user