mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 23:00:45 +01:00
[poincare] Decimal: fix typo
This commit is contained in:
@@ -134,7 +134,7 @@ Expression RationalNode::shallowBeautify(Context & context, Preferences::AngleUn
|
||||
}
|
||||
|
||||
Expression RationalNode::denominator(Context & context, Preferences::AngleUnit angleUnit) const {
|
||||
return Rational(this).shallowBeautify(context, angleUnit);
|
||||
return Rational(this).denominator(context, angleUnit);
|
||||
}
|
||||
|
||||
/* Rational */
|
||||
|
||||
Reference in New Issue
Block a user