comparison test/int.c @ 766:43b9c46a3c95

minor fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 17 Nov 2010 19:31:12 +0900
parents c2c709727221
children a2a7b2835fa3
comparison
equal deleted inserted replaced
765:d2c52bcbedc8 766:43b9c46a3c95
385 printf("#0384: %d\n", s); 385 printf("#0384: %d\n", s);
386 s = test2(s,i-1); 386 s = test2(s,i-1);
387 printf("#0386: %d\n", s); 387 printf("#0386: %d\n", s);
388 s = s/(h-1); 388 s = s/(h-1);
389 printf("#0388: %d\n", s); 389 printf("#0388: %d\n", s);
390 printf("#0389: %d\n", h/3-(3.0-(g+3)*s/(h-1))); 390 printf("#0389: %d\n", (int)(h/3-(3.0-(g+3)*s/(h-1))));
391 #endif 391 #endif
392 return h/3-(3.0-(g+3)*test2(f*1.5,i-1)/(h-1)); 392 return h/3-(3.0-(g+3)*test2(f*1.5,i-1)/(h-1));
393 } 393 }
394 394
395 int 395 int