Skip to content
Snippets Groups Projects
Commit 77bdf234 authored by Gábor Szalai's avatar Gábor Szalai
Browse files

Reduce the float printout precision (bug 566118)


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>
parent ceb4929b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment