mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[poincare] By default, the complex mode is "Real"
This commit is contained in:
@@ -7,7 +7,7 @@ Preferences::Preferences() :
|
||||
m_angleUnit(AngleUnit::Degree),
|
||||
m_displayMode(Preferences::PrintFloatMode::Decimal),
|
||||
m_editionMode(EditionMode::Edition2D),
|
||||
m_complexFormat(Preferences::ComplexFormat::Cartesian),
|
||||
m_complexFormat(Preferences::ComplexFormat::Real),
|
||||
m_numberOfSignificantDigits(PrintFloat::k_numberOfPrintedSignificantDigits)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user