assert(N2 == K2);
- //std::cout << "nu^nu2 = " << pot_dyc(A, B) << "\n\n";
+ //std::cout << "nu^nu2 = " << pot_dyc_n(A, B) << "\n\n";
number<> X = 0xff;
number<> Y = 0xff;
std::cout << "r = " << naif(X, Y) << "\n\n";
#if 1
- number <>rd = pot_dyc(X, Y);
- std::cout << "x `pot_dyc` y = " << rd << "\n\n";
- number <>rc = pot_ko(X, Y);
- std::cout << "x `pot_ko` y = " << rc << "\n\n";
+ number <>rd = pot_dyc_n(X, Y);
+ std::cout << "x `pot_dyc_n` y = " << rd << "\n\n";
+ number <>rc = pot_dyc_k(X, Y);
+ std::cout << "x `pot_dyc_k` y = " << rc << "\n\n";
if (!(rc == rd)) {
printf("Las pot NO DAN\n");
} else {