@@ -205,7 +205,6 @@ A nice collection of day-to-day Sidef scripts.
205
205
* [ Continued fractions convergents] ( ./Math/continued_fractions_convergents.sf )
206
206
* [ Continued fractions for nth roots] ( ./Math/continued_fractions_for_nth_roots.sf )
207
207
* [ Convergents to cube root of 2] ( ./Math/convergents_to_cube_root_of_2.sf )
208
- * [ Conversion of digits subquadratic algorithms] ( ./Math/conversion_of_digits_subquadratic_algorithms.sf )
209
208
* [ Count of composite numbers] ( ./Math/count_of_composite_numbers.sf )
210
209
* [ Count of cube-full numbers] ( ./Math/count_of_cube-full_numbers.sf )
211
210
* [ Count of integers with gpf of n equals p] ( ./Math/count_of_integers_with_gpf_of_n_equals_p.sf )
@@ -241,8 +240,7 @@ A nice collection of day-to-day Sidef scripts.
241
240
* [ Digamma function] ( ./Math/digamma_function.sf )
242
241
* [ Digit-segmentation square root representation] ( ./Math/digit-segmentation_square_root_representation.sf )
243
242
* [ Digit-sum numbers] ( ./Math/digit-sum_numbers.sf )
244
- * [ Digits in base subquadratic algorithm] ( ./Math/digits_in_base_subquadratic_algorithm.sf )
245
- * [ Digits in base subquadratic algorithm 2] ( ./Math/digits_in_base_subquadratic_algorithm_2.sf )
243
+ * [ Digits to number subquadratic algorithms] ( ./Math/digits_to_number_subquadratic_algorithms.sf )
246
244
* [ Dirichlet convolution] ( ./Math/dirichlet_convolution.sf )
247
245
* [ Dirichlet hyperbola method] ( ./Math/dirichlet_hyperbola_method.sf )
248
246
* [ Discrete fourier transform] ( ./Math/discrete_fourier_transform.sf )
@@ -485,6 +483,8 @@ A nice collection of day-to-day Sidef scripts.
485
483
* [ Number of mXn arrays with rows being permutations] ( ./Math/number_of_mXn_arrays_with_rows_being_permutations.sf )
486
484
* [ Number of representations as sum of 3 triangles] ( ./Math/number_of_representations_as_sum_of_3_triangles.sf )
487
485
* [ Number to continued fraction] ( ./Math/number_to_continued_fraction.sf )
486
+ * [ Number to digits subquadratic algorithm] ( ./Math/number_to_digits_subquadratic_algorithm.sf )
487
+ * [ Number to digits subquadratic algorithm 2] ( ./Math/number_to_digits_subquadratic_algorithm_2.sf )
488
488
* [ Number to expression form] ( ./Math/number_to_expression_form.sf )
489
489
* [ Numbers with digitsum] ( ./Math/numbers_with_digitsum.sf )
490
490
* [ Numbers with non decimal digits] ( ./Math/numbers_with_non_decimal_digits.sf )
@@ -652,7 +652,7 @@ A nice collection of day-to-day Sidef scripts.
652
652
* [ Substring primes in base n] ( ./Math/substring_primes_in_base_n.sf )
653
653
* [ Sum of cubes function nonnegative recursive] ( ./Math/sum_of_cubes_function_nonnegative_recursive.sf )
654
654
* [ Sum of cubes function recursive] ( ./Math/sum_of_cubes_function_recursive.sf )
655
- * [ Sum of digits in base subquadratic algorithm] ( ./Math/sum_of_digits_in_base_subquadratic_algorithm .sf )
655
+ * [ Sum of digits subquadratic algorithm] ( ./Math/sum_of_digits_subquadratic_algorithm .sf )
656
656
* [ Sum of k-powerful numbers] ( ./Math/sum_of_k-powerful_numbers.sf )
657
657
* [ Sum of k-powerful numbers in range] ( ./Math/sum_of_k-powerful_numbers_in_range.sf )
658
658
* [ Sum of nth power digits] ( ./Math/sum_of_nth_power_digits.sf )
0 commit comments