Qalculate Engine: Increase the precision

BUG: 323704
FIXED-IN: 5.2.1
wilder-5.14
Vishesh Handa 11 years ago
parent 03ed8665c3
commit 336eb6fd63
  1. 1
      runners/calculator/qalculate_engine.cpp

@ -98,6 +98,7 @@ QString QalculateEngine::evaluate(const QString& expression)
eo.parse_options.angle_unit = ANGLE_UNIT_RADIANS;
eo.structuring = STRUCTURING_SIMPLIFY;
CALCULATOR->setPrecision(16);
MathStructure result = CALCULATOR->calculate(ctext, eo);
PrintOptions po;

Loading…
Cancel
Save