Fixed quicksort test

Fixed math library test


git-svn-id: http://picoc.googlecode.com/svn/trunk@334 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
zik.saleeba 2009-06-17 10:39:32 +00:00
parent 902aac9a94
commit a739b40b2c
3 changed files with 2 additions and 6 deletions

View file

@ -7,9 +7,6 @@ printf("%f\n", atan(0.12));
printf("%f\n", sinh(0.12));
printf("%f\n", cosh(0.12));
printf("%f\n", tanh(0.12));
printf("%f\n", asinh(0.12));
printf("%f\n", acosh(1.12));
printf("%f\n", atanh(0.12));
printf("%f\n", exp(0.12));
printf("%f\n", fabs(-0.12));
printf("%f\n", log(0.12));

View file

@ -7,9 +7,6 @@
0.12
1.0
0.119427
0.119713
0.485126
0.12
1.127496
0.12
-2.12

View file

@ -0,0 +1,2 @@
62 83 4 89 36 21 74 37 65 33 96 38 53 16 74 55
4 16 21 33 36 37 38 53 55 62 65 74 74 83 89 96