Skip to content
Snippets Groups Projects
  1. Jan 04, 2021
  2. Aug 18, 2020
  3. Aug 17, 2020
    • Gábor Szalai's avatar
      Reduce the float printout precision (bug 566118) · 77bdf234
      Gábor Szalai authored
      
      The 17 digit precision was too precise for the float.
      The 17 significant digit ensured that the parsed back value is
      the same as the original, but the currently used print out function
      introduced rounding errors, which renders the last digit useless.
      
      Further development and experiment is needed, because neither functionality
      provided by the c++ library prints the float as expected by the TTCN standard.
      
      Change-Id: I328e8ed423c7d96f2ee46e5453e090a1c3fda6a8
      Signed-off-by: default avatarGabor Szalai <gabor.szalai@ericsson.com>
      77bdf234
    • Gábor Szalai's avatar
      ttcn2str correction (bug 566118 & 566029) · ee2516df
      Gábor Szalai authored
      
      The number of the significant digits used during the code generation
      is increased to 17
      
      The string representation of the float generated by the ttcn2str is
      corrected: no leading zero in exponent, 17 significant digits
      
      Change-Id: Ib49b878a78c87c1a8fee55b06c9b713023e90797
      Signed-off-by: default avatarGabor Szalai <gabor.szalai@ericsson.com>
      ee2516df
  4. Mar 05, 2020
  5. Apr 04, 2019
  6. Jun 18, 2018
  7. Apr 16, 2018
  8. Feb 20, 2017
  9. Feb 04, 2017
  10. Dec 09, 2016
  11. Dec 08, 2016
  12. Apr 01, 2016
  13. Nov 13, 2015
  14. Jan 15, 2015
Loading