mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[poincare] Change name: cloneDenominator->denominator
This commit is contained in:
@@ -112,7 +112,7 @@ bool ExpressionNode::isOfType(Type * types, int length) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
Expression ExpressionNode::cloneDenominator(Context & context, Preferences::AngleUnit angleUnit) const {
|
||||
Expression ExpressionNode::denominator(Context & context, Preferences::AngleUnit angleUnit) const {
|
||||
return Expression(nullptr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user