source-sequenceThe second transform consumes the z produced by the first transform, with anchor added at both steps.
0236be89-f1e9-5e23-b0a3-f4dd201ee788
ifthen-b1’s FRM-like/1 source initializes both z and anchor from pixel. One iteration applies fn1 to z and adds anchor, then applies fn2 to that new z and adds anchor again. Its strict bailout is |z| < 4.
frm-v1:373c7bfd6f8f05a21f9e9af35ea4c77fa92b6f63e3c3484f760a2ef3c03de052:init/1This initialization assignment sets anchor = pixel; z is also initialized from pixel by the preceding assignment.
frm-v1:373c7bfd6f8f05a21f9e9af35ea4c77fa92b6f63e3c3484f760a2ef3c03de052:loop/0This first loop assignment sets z = fn1(z) + anchor.
frm-v1:373c7bfd6f8f05a21f9e9af35ea4c77fa92b6f63e3c3484f760a2ef3c03de052:loop/1This second loop assignment takes the already updated z and sets z = fn2(z) + anchor.
frm-v1:373c7bfd6f8f05a21f9e9af35ea4c77fa92b6f63e3c3484f760a2ef3c03de052:bailoutThe strict termination test allows continuation only when |z| < 4.
source-sequenceThe second transform consumes the z produced by the first transform, with anchor added at both steps.
firstsecondFor each transform trial, record a visible difference or no visible difference from the identity baseline.
Show why the second transform sees the first transform’s result, then compare one identity-to-sqr trial.
Your response explains all 4 annotated operations, records the requested comparison, and mentions `fn1(z)` and `fn2(z)`.
Pinned runtime revision 373c7bfd6f8f05a21f9e9af35ea4c77fa92b6f63e3c3484f760a2ef3c03de052 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: Iterated Dynamics, a successor to 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