Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update fractals/julia_sets.py
Co-authored-by: John Law <johnlaw.po@gmail.com>
  • Loading branch information
alexn11 and poyea authored Sep 28, 2021
commit e149ac5ff3e199fdb72f6108b51a3165966644f9
2 changes: 1 addition & 1 deletion fractals/julia_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,4 @@ def ignore_overflow_warnings() -> None:
z_0 + 2,
infinity=1.0e10,
)
show_results("exp(z)+c", c_exponential, escape_radius, z_final)
show_results("e^z+c", c_exponential, escape_radius, z_final)