https://github.com/roppa/mandelbrot-set
An implementation of the mandelbrot set in Rust
https://github.com/roppa/mandelbrot-set
Last synced: 8 months ago
JSON representation
An implementation of the mandelbrot set in Rust
- Host: GitHub
- URL: https://github.com/roppa/mandelbrot-set
- Owner: roppa
- Created: 2020-12-28T15:39:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-28T15:39:59.000Z (over 5 years ago)
- Last Synced: 2025-02-14T18:36:29.265Z (over 1 year ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mandlebrot Set
## Definitions
- set: a collection of things which are not ordered and have no duplicates
- real number: used for counting, just what you use daily
- imaginary number: imagine (see we started already) squaring a negative number. Doesn't really make sense unless the universe became inverted, but there we go using imagination again. -2 squared would be 4, which is positive - because 2 negatives is a positive. So it doesn't make logical sense, but that number exists, so we call it imaginary
- complex number: a real number combined with an imaginary number. It gets complex