diff --git a/division/test.html b/division/test.html new file mode 100644 index 0000000..7fe4d9a --- /dev/null +++ b/division/test.html @@ -0,0 +1,300 @@ + +
+long_division(A, B): | ++ |
(A / B): | ++ |
p_max: | ++ + + + | +(Maximum precision) | +
p_min: | ++ + + + | +(Minimum precision) | +
Repeat singles twice: (i.e. 1.33 instead of 1.3) |
+ + | |
Use ≈ symbol for non-exact output: | ++ |
Quick Tests: |
(1-digit repeating pattern) |
(1-digit repeating pattern) |
(3-digit repeating pattern) |
(6-digit repeating pattern) |
(1 non-repeating + 1-digit repeating pattern) |
(1 non-repeating + 3-digit repeating pattern) |
(1-decimal evenly-divisible result) |
(6-decimal evenly-divisible result) |
(negative result) |