- num_type m = divide_n_conquer(u12.first, v12.first);
- num_type d = divide_n_conquer(u12.second, v12.second);
- num_type h = divide_n_conquer(u12.first + v12.first,
+ num_type m = karastuba(u12.first, v12.first);
+ num_type d = karastuba(u12.second, v12.second);
+ num_type h = karastuba(u12.first + v12.first,