-
-
Replying to @graveolens
Incredible. What was the mathematical principal behind this?
1 reply 0 retweets 0 likes -
Replying to @kfir_krak
acc = 1 repeat 100: -- mobius(mouse,asin(z))- mobius(mouse,sin(z)) acc = acc * z -- plot acc
3 replies 0 retweets 0 likes
Replying to @graveolens @kfir_krak
__device__ cuComplex mob(cuComplex a, cuComplex z) { cuComplex out(0.0,0.0); cuComplex ai(0.0,1.0); cuComplex unity(1.0,0.0); out = (z-a)/(unity-conj(a)*z); return out; }
10:34 AM - 12 May 2020
0 replies
0 retweets
1 like
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.