Menu

#286 Implement significant digits for TeX output

v1.1.x
closed
None
v1.1.1
Change Request
2018-03-10
2018-03-06
Erik Hänel
No

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.

Discussion

  • Erik Hänel

    Erik Hänel - 2018-03-06
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2018-03-06
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,9 @@
     Implement something like `export DATA() -file=FILENAME precision=5` to support significant digits in the output file.
    +
    +**Analysis:**
    +
    +**Implementation:**
    +
    +**Documentation:**
    +
    +**Tests:**
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2018-03-06
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,7 @@
     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:**
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2018-03-06
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,9 @@
     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:**
    
    • status: implementing --> testing
     
  • Erik Hänel

    Erik Hänel - 2018-03-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,3 +10,4 @@
     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.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB