forked from Imagelibrary/rtems
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user