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:
parent
902aac9a94
commit
a739b40b2c
|
@ -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));
|
||||
|
|
|
@ -7,9 +7,6 @@
|
|||
0.12
|
||||
1.0
|
||||
0.119427
|
||||
0.119713
|
||||
0.485126
|
||||
0.12
|
||||
1.127496
|
||||
0.12
|
||||
-2.12
|
||||
|
|
2
tests/25_quicksort.expect
Normal file
2
tests/25_quicksort.expect
Normal 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
|
Loading…
Reference in a new issue