Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Yilmaz4/MV2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yilmaz4 committed May 18, 2024
2 parents bd1e12b + c6b1228 commit ec05312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ Burning ship fractal $Z_{n+1}=(|\Re(Z_n)| + i|\Im(Z_n)|)^2+c$
Tricorn fractal $Z_{n+1}=\bar{Z_n}^2+c$

## Limitations
- Any custom equation utilizing `dvec2 cpow(dvec2, float)` will be limited to single-precision floating point, limiting amount of zoom to $10^4$.
- Any custom equation utilizing `dvec2 cpow(dvec2, float)` where the second argument $\neq 2$ will be limited to single-precision floating point, therefore limiting amount of zoom to $10^4$.
- Most of the double-precision transcendental functions are software emulated, which means performance will be severely impacted.
- Maximum zoom is $10^{14}$ due to finite precision of double.
- Maximum zoom is $10^{14}$ due to finite precision.

0 comments on commit ec05312

Please sign in to comment.