Explain the following
---
= 0.5;for (let i=0;i<n;i++){ t = 2t(1-t); }
Doesn't this always converge to 0.5?