Skip to content

Preserve precision of approximate calculations

Michael Lang requested to merge work/mlang/preserve-values into master

Approximate values pulled from history retain their original expression (i.e., pi = 3.14159... or 1/3 = 0.3333...) when used in subsequent calculations. Approx calculations pulled from history are also abbreviated to improve expression readability for large calculations.

kalk-precision1 kalk-precision2

kalk-precision3 kalk-precision4

Edited by Michael Lang

Merge request reports