sequenceThe cited annotations follow seed initialization, the roundCount < 10 test, and the escapeLimit bailout.
0ba0b082-c4b0-51d8-b981-7ca1ca25b9f3
In FRM-like/1, islandofchaos sets z to seed and roundCount to 1. Each iteration uses earlyTransform(z)+pixel while roundCount is below 10; afterward it uses numeratorTransform(z)/denominatorTransform(z)+pixel, then increments roundCount. The pinned parameter-plane profile uses 96 iterations.
frm-v1:46f51a27e66b8e029ee20112496383b57cc510dbfcae0bc63dd9b0a6886dcb8f:init/0Initialization: init/0 sets z from seed.
frm-v1:46f51a27e66b8e029ee20112496383b57cc510dbfcae0bc63dd9b0a6886dcb8f:loop/0Iteration: loop/0 tests whether roundCount is below 10.
frm-v1:46f51a27e66b8e029ee20112496383b57cc510dbfcae0bc63dd9b0a6886dcb8f:loop/0Branch: when roundCount < 10, loop/0 assigns earlyTransform(z)+pixel; otherwise it assigns numeratorTransform(z)/denominatorTransform(z)+pixel.
frm-v1:46f51a27e66b8e029ee20112496383b57cc510dbfcae0bc63dd9b0a6886dcb8f:bailoutTermination: bailout tests |z| <= real(escapeLimit).
sequenceThe cited annotations follow seed initialization, the roundCount < 10 test, and the escapeLimit bailout.
branchThe cited branch selects earlyTransform(z)+pixel before round 10 and numeratorTransform(z)/denominatorTransform(z)+pixel afterward.
seedescapeLimitearlyTransformnumeratorTransformdenominatorTransformChanging seed may alter the path that reaches the early and later transform branches; record whether a difference occurs.
Trace the roundCount < 10 switch and state the assignment on each side.
Your trace names all 4 annotations and identifies both branch assignments.
This teaching unit is grounded in the pinned runtime source revision.
rightsStatus is no-explicit-permission; implementationBasis is separated-independent-rewrite; publicationDecision is publish; decisionReason is publish-cleanroom-independent-rewrite-full-chain-green. This does not make a 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