gussmith23 / posit-bisection-viz

10 stars 3 forks source link

The final word on n and es limits #15

Closed gussmith23 closed 5 years ago

gussmith23 commented 5 years ago

As I stated, n and es don't actually depend on each other---that was my mistake. So we should let our viz range over: 2 <= n <= 10 0 <= es <= 10 (note that the upper range on es is NOT limited by the upper limit of n; es can be bigger than n)

(10 is arbitrary, and is frankly probably too big -- 8 is fine too)

mara-kr commented 5 years ago

b3f1efc