From 2804e4d8478a058f1048cdc4e44283a764afb427 Mon Sep 17 00:00:00 2001 From: Glenwing Date: Thu, 28 Jun 2018 13:35:14 -0700 Subject: [PATCH] Division Test 1 --- division/test.html | 300 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 300 insertions(+) create mode 100644 division/test.html 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 @@ + + +
+ Division algorithm with repeating decimal detection test

+ ÷  + +

+ + + + + + + + + +
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)
+ + + \ No newline at end of file