body of the iteration here is seed s=1, S = cos(z/s) s = cos(S/z), rinse, lather, repeat, [1,2]×[-3,-2]ipic.twitter.com/pqD5g1yczr
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
@racarate z=x+iy we start on the z plane. oops. def cozine(z): s = 1.0 for u in range(1,400): S = fp.cos(z/s) s = fp.cos(S/z) return s