source-sequenceThe two loop annotations show a dependency: q is flipped before the z expression reads it.
04338d55-9f3d-574a-8fb6-58ec7d530cc5
flip2_man_m’s FRM-like/1 source starts z at 0 and q at pixel. Every iteration first replaces q with flip(q), then replaces z with flip(z ^ 2 + q) using that updated q. The bailout accepts |z| <= 4.
frm-v1:fd21d1feee8546a286c7af891e3a671613d5b55571c0426f07c77c20d409eff6:init/0This initialization assignment sets z = 0; the next initialization separately sets q = pixel.
frm-v1:fd21d1feee8546a286c7af891e3a671613d5b55571c0426f07c77c20d409eff6:loop/0This loop assignment replaces q with flip(q), so the next operation receives the flipped q.
frm-v1:fd21d1feee8546a286c7af891e3a671613d5b55571c0426f07c77c20d409eff6:loop/1This assignment computes z ^ 2 + q with the updated q and applies flip to that result for the new z.
frm-v1:fd21d1feee8546a286c7af891e3a671613d5b55571c0426f07c77c20d409eff6:bailoutThe termination test permits another iteration only when |z| <= 4.
source-sequenceThe two loop annotations show a dependency: q is flipped before the z expression reads it.
For the 96- and 48-iteration renders, record a visible boundary or symmetry difference, or record no visible difference.
Give the order of q = flip(q) and z = flip(z ^ 2 + q), then compare 96 and 48 iterations.
Your response explains all 4 annotated operations, records the requested comparison, and mentions `flip(q)` and `flip(z ^ 2 + q)`.
Pinned runtime revision fd21d1feee8546a286c7af891e3a671613d5b55571c0426f07c77c20d409eff6 and its publication decision ground this unit.
rightsStatus: no-explicit-permission; implementationBasis: separated-independent-rewrite; publicationDecision: publish; decisionReason: publish-cleanroom-independent-rewrite-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.
Historical source: Fractint. The current FractalPark implementation is a separated independent rewrite; the original FRM text is not redistributed.
Send the Formula ID and supporting evidence. The maintainer can hold or withdraw the implementation while the claim is reviewed. contact@fractalpark.com