Implement something like export DATA() -file=FILENAME precision=5 to support significant digits in the output file.
Analysis:
This change request can be implemented by adding a precision argument to the BI_show_data() function and passing it over to the toString() wrapper functions. These will use the usual precision members from std::ostream.
Implementation:
The change was implemented as proposed by the analysis. Implementation tests were passed successfully.
Documentation:
The change was added to the changes log and to the documentation article concerning loading and saving in both languages.
Tests:
The change was tested manually. No deviations detected. Change implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: