source-sequenceThe coordinate assignment only records real(z); the two transforms run in sequence, and the termination bound is real(limit).
06504747-8ee8-5c39-869b-8b3a992e8c24
flyc’s FRM-like/1 source initializes z from seed. Each loop records coordinate = real(z), then replaces z with firstTransform(z) + pixel and again with secondTransform(z) - pixel. The bailout uses the dynamic threshold real(limit): |z| <= real(limit).
frm-v1:9550f75ecdb596526b8a5c980361843f70210a5bb6c19a90746736acb8f8faac:loop/0This assignment stores coordinate = real(z); no later source assignment reads coordinate.
frm-v1:9550f75ecdb596526b8a5c980361843f70210a5bb6c19a90746736acb8f8faac:loop/1This loop assignment sets z = firstTransform(z) + pixel.
frm-v1:9550f75ecdb596526b8a5c980361843f70210a5bb6c19a90746736acb8f8faac:loop/2This next assignment uses that updated z and sets z = secondTransform(z) - pixel.
frm-v1:9550f75ecdb596526b8a5c980361843f70210a5bb6c19a90746736acb8f8faac:bailoutThe termination comparison uses real(limit) as the bound: |z| <= real(limit).
source-sequenceThe coordinate assignment only records real(z); the two transforms run in sequence, and the termination bound is real(limit).
seedlimitfirstTransformsecondTransformFor each flyc one-slot trial, record a visible difference or no visible difference; the limit trial changes the bound through real(limit).
Explain the sequential transforms and real(limit) bailout, then compare the baseline with one one-slot trial.
Your response explains all 4 annotated operations, records the requested comparison, and mentions `real(limit)`.
Pinned runtime revision 9550f75ecdb596526b8a5c980361843f70210a5bb6c19a90746736acb8f8faac 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.

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