﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
631	"printf(""%f"", 768.0) results in ""770"""	Jiri Svoboda		"Adding the code fragment
{{{
TPRINTF(""trunc(768.3156)=%lf\n"", trunc(768.3156));
}}}

to tester yields the output

{{{
trunc(768.3156)=770.000000
}}}

However the float2 test succeeds, because after multiplication by precision and conversion to integer the result is as expected."	defect	new	major		helenos/lib/c	mainline						
