Contribution
Joined 18 April 2020
Contribution (talk | contribs) No edit summary |
Contribution (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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 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> | ||