This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
golf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
start working on pyth mandel
master
Erin
8 years ago
parent
bd798186aa
commit
060e153516
1 changed files
with
17 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+17
-0
mandel.pyth.py
+ 17
- 0
mandel.pyth.py
View File
@ -0,0 +1,17 @@
a
=
z
=
x
/
25
+
y
/
15j
+
1j
-
2
# x/25 + y/15j + 1j - 2
# == x/25 - y*1j/15 + 1j - 2
# +.jcG25_cH15.j_2 1
# x => G, y => H
# nested for is
# FHU30FGU75
# so we have
# FHU30FGU75=z+.jcG25_cH15.j_2 1
# scratch !!!
# FHU30FGU75JK+.jcG25_cH15.j_2 1=N126
Write
Preview
Loading…
Cancel
Save