P-Adic square roots: Difference between revisions

Content added Content deleted
(New post.)
m (Corrected an error in a comment.)
Line 986: Line 986:


/**
/**
* The given list is padded on the right by zeros up to a maximum length of 'PRECISION'.
* The given list is padded on the right by zeros up to a maximum length of 'DIGITS_SIZE'.
*/
*/
private static void padWithZeros(List<Integer> aList) {
private static void padWithZeros(List<Integer> aList) {