Contribution
Joined 18 April 2020
Contribution (talk | contribs) |
m →Recent edits to EDx pages: format heading |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 173: | Line 173: | ||
The template you created calls an inexistent module. If this template is work in progress, please add <code><nowiki>[[Category:Draft templates]]</nowiki></code> and don't use it in other pages until its basic functionality is complete. Thank you in advance. [[User:FloraC|FloraC]] ([[User talk:FloraC|talk]]) 13:19, 28 March 2024 (UTC) | The template you created calls an inexistent module. If this template is work in progress, please add <code><nowiki>[[Category:Draft templates]]</nowiki></code> and don't use it in other pages until its basic functionality is complete. Thank you in advance. [[User:FloraC|FloraC]] ([[User talk:FloraC|talk]]) 13:19, 28 March 2024 (UTC) | ||
= Recent edits to EDx pages = | == Recent edits to EDx pages == | ||
Hello! May I know where you get your numbers from? For instance, you have written in the Ed11/9 page that: | Hello! May I know where you get your numbers from? For instance, you have written in the Ed11/9 page that: | ||
| Line 189: | Line 189: | ||
<pre> | <pre> | ||
# Enter the values for the X ratio of EDX. Ensure the numerator and denominator differ by 1 or 2. | # Enter the values for the X ratio of EDX. Ensure the numerator and denominator differ by 1 or 2. | ||
numerator, denominator = | numerator, denominator = 3, 2 | ||
# Program | # Program | ||
| Line 236: | Line 236: | ||
(pair_1, pair_2) = calculate_complementary_pair(numerator, denominator) | (pair_1, pair_2) = calculate_complementary_pair(numerator, denominator) | ||
print(f" | print(f"Successive superparticular complementary pair of {numerator}/{denominator}: {pair_1[0]}/{pair_1[1]} and {pair_2[0]}/{pair_2[1]}") | ||
# Calculate ratios | # Calculate ratios | ||
| Line 249: | Line 249: | ||
print_mappings(ratio_log_cents, superparticular_complementary_log_cents, numerator, denominator) | print_mappings(ratio_log_cents, superparticular_complementary_log_cents, numerator, denominator) | ||
</pre> | </pre> | ||
== Please stop stuffing the site with enormous machine-generated tables that no one asks for == | |||
Consider this a formal warning. —[[User:FloraC|FloraC]] ([[User talk:FloraC|talk]]) 08:51, 9 November 2025 (UTC) | |||