mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1345] [CLOSED] feat: Added the Mandelbrot set formula #1945
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1345
Author: @andreyvdl
Created: 10/11/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
d2c7086feat: added the formula of mandelbrot3d36b2fstyle+docs: added documentation and changed return style26439fbtest: added 5 tests for true and false📊 Changes
1 file changed (+104 additions, -0 deletions)
View changed files
➕
graphics/mandelbrot.c(+104 -0)📄 Description
Description of Change
Added ONLY the formula that tells if the passed real and imaginary numbers are part of the Mandelbrot set.
References
None
Checklist
Notes: I didn't make the graphical feature, if any other contributor want to make, feel free and happy on doing it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.