source-sequenceThe loop nests sqr inside cosxx and places a second pixel addition outside that call.
09288426-4968-5e78-9ab0-00607cc290bd
birdofprey’s FRM-like/1 source initializes z from seed. Each iteration squares z, adds pixel inside cosxx, then adds pixel again outside cosxx. The orbit continues while |z| <= 4.
frm-v1:dbb90a875ab0a6e56b3210ab8021339e7f9ea19d4bc8f26f82ed22f37ff58ede:init/0This initialization assignment sets z = seed.
frm-v1:dbb90a875ab0a6e56b3210ab8021339e7f9ea19d4bc8f26f82ed22f37ff58ede:loop/0This loop assignment replaces z with cosxx(sqr(z) + pixel) + pixel, so pixel is added once inside cosxx and once after it.
frm-v1:dbb90a875ab0a6e56b3210ab8021339e7f9ea19d4bc8f26f82ed22f37ff58ede:bailoutThe termination comparison allows another iteration while |z| <= 4.
source-sequenceThe loop nests sqr inside cosxx and places a second pixel addition outside that call.
seedRecord a visible difference or no visible difference between the seed baseline and the 1 + 0i trial.
Describe the two pixel additions around cosxx, then compare the two seed renders.
Your response explains all 3 annotated operations, records the requested comparison, and mentions `cosxx(sqr(z) + pixel)`.
Pinned runtime revision dbb90a875ab0a6e56b3210ab8021339e7f9ea19d4bc8f26f82ed22f37ff58ede 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