source-sequenceThe initialization overwrite makes cclassic equal to z, then the two loop assignments update z before rebuilding cclassic.
58edc237-4978-5aed-8229-028b1d9cbbb9
wineglass’s FRM-like/1 source sets cclassic to c, starts z at pixel, and then overwrites cclassic with z. In the loop z becomes z * z + cclassic, while cclassic is rebuilt from its real and imaginary parts and the new z. The bailout is |z| <= 4.
frm-v1:e59afb2646e8e04f36955f7d7798930d0e752b7b0da90c11417283da41eb398a:init/2This initialization assignment overwrites the earlier cclassic = c by setting cclassic = z after z has been initialized from pixel.
frm-v1:e59afb2646e8e04f36955f7d7798930d0e752b7b0da90c11417283da41eb398a:loop/0This loop assignment sets z = z * z + cclassic using the current state value.
frm-v1:e59afb2646e8e04f36955f7d7798930d0e752b7b0da90c11417283da41eb398a:loop/1This assignment updates cclassic to (1 + imag(cclassic)) * real(cclassic) / 2 + z after z has changed.
frm-v1:e59afb2646e8e04f36955f7d7798930d0e752b7b0da90c11417283da41eb398a:bailoutThe source continues the orbit only while |z| <= 4.
source-sequenceThe initialization overwrite makes cclassic equal to z, then the two loop assignments update z before rebuilding cclassic.
For the two iteration caps, record a visible difference or no visible difference in the stateful orbit.
Describe the overwrite of cclassic and its later update, then compare 96 and 48 iterations.
Your response explains all 4 annotated operations, records the requested comparison, and mentions `cclassic = z` and its later update.
Pinned runtime revision e59afb2646e8e04f36955f7d7798930d0e752b7b0da90c11417283da41eb398a and its publication decision ground this unit.
rightsStatus: source-declared-public-domain-assumption; implementationBasis: direct-adaptation; publicationDecision: publish; decisionReason: publish-census-full-chain-green. This statement makes no broader claim about any third-party original.
Formula Record
This canonical FractalPark implementation is published and runnable.

No declared parameters
This verified canonical revision is read-only. Remix creates a separate editable fork.
The current FractalPark implementation follows the verified semantics of the linked Fractint formula. The original file retains its own rights terms.
Send the Formula ID and supporting evidence. The maintainer can hold or withdraw the implementation while the claim is reviewed. contact@fractalpark.com