initialization-flowThe initialization annotation isolates if ismand: z = 0; otherwise z = pixel rather than a later initialization statement. This is specific to reciprocalQuadratic.
2edf64a9-157c-57d7-8894-1f4781bc4f8c
FRM-like/1 defines reciprocalQuadratic with source initialization if ismand: z = 0; otherwise z = pixel, then a loop whose first node is denom = z * z + c. The pinned parameter-plane profile uses center (0, 0), zoom 0.25, rotation 0, and 96 iterations, and the source tests |z| <= 256 for bailout.
frm-v1:37344c3bc7fc90852e94c7b74ec99df5400c6332e8ca9bdad5e5c8ff3b51e688:init/0This cited initialization node performs only: if ismand: z = 0; otherwise z = pixel.
frm-v1:37344c3bc7fc90852e94c7b74ec99df5400c6332e8ca9bdad5e5c8ff3b51e688:loop/0This cited first loop node performs only: denom = z * z + c.
frm-v1:37344c3bc7fc90852e94c7b74ec99df5400c6332e8ca9bdad5e5c8ff3b51e688:bailoutThis cited bailout node tests only: |z| <= 256.
initialization-flowThe initialization annotation isolates if ismand: z = 0; otherwise z = pixel rather than a later initialization statement. This is specific to reciprocalQuadratic.
iteration-flowThe iteration annotation isolates the first loop assignment denom = z * z + c; reciprocalQuadratic builds denom from z squared plus c before its guard. This is specific to reciprocalQuadratic.
bailout-testThe termination annotation identifies the exact continuation comparison |z| <= 256. This is specific to reciprocalQuadratic.
Record whether the 48- versus 96-iteration comparison changes anything, and note the source limit |z| <= 256. This is the reciprocalQuadratic comparison.
For reciprocalQuadratic, use the three annotations to distinguish the single-node operations if ismand: z = 0; otherwise z = pixel, denom = z * z + c, and |z| <= 256; explain why no neighboring statement belongs to the loop annotation.
Name all 3 annotation IDs, then state exactly that the cited loop node is denom = z * z + c and the cited bailout node is |z| <= 256. This completes the reciprocalQuadratic reading.
Grounded in runtime source revision 37344c3bc7fc90852e94c7b74ec99df5400c6332e8ca9bdad5e5c8ff3b51e688 and the publication decision for 2edf64a9-157c-57d7-8894-1f4781bc4f8c.
rightsStatus is project-owned; implementationBasis is project-owned; publicationDecision is publish; decisionReason is publish-project-owned-native-recipe. These records describe this project decision only and do not assert broader rights in 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.
This is a FractalPark project-owned implementation. The linked file is the pinned canonical Definition.
Send the Formula ID and supporting evidence. The maintainer can hold or withdraw the implementation while the claim is reviewed. contact@fractalpark.com