2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>

* math/domath.in: Fix typo in printf.
	* math/domath.c, math/domathf.c, math/domathl.c: Regenerate.
	* math/math.scn: Regenerate.
This commit is contained in:
Ralf Corsepius
2011-01-10 06:07:18 +00:00
parent 83f7fd6f71
commit 4ab0ffdb84
6 changed files with 12 additions and 6 deletions

View File

@@ -264,7 +264,7 @@ domath (void)
fprintf( stdout, "tanh : %f\n", f1);
f1 = tgamma (2.1);
fprintf( stdout, "tanh : %f\n", f1);
fprintf( stdout, "tgamma : %f\n", f1);
f1 = trunc (3.5);
fprintf( stdout, "trunc : %f\n", f1);