mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 19:49:58 +02:00
[poincare] Decimal: fix log
This commit is contained in:
@@ -41,7 +41,6 @@ public:
|
||||
this->signedMantissa().log(stream);
|
||||
stream << "\"";
|
||||
stream << " exponent=\"" << m_exponent << "\"";
|
||||
stream << "\"";
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user