source-sequenceThe initialization supplies a fixed cosh-based addend, and the loop combines it with the current fn1(z).
0672aed0-1fd1-5acd-9263-a52d5680d3b4
fzpfncoh’s FRM-like/1 source starts z at pixel and creates a fixed addend f = 1 / cosh(pixel). Each loop applies fn1 to z and then adds f. The bailout bound is |z| <= 50.
frm-v1:a2e5619bb8e9528ea042184634f69711d1f7522254d8e39d6060310db4663132:init/1This initialization assignment fixes f as 1 / cosh(pixel), while z was initialized from pixel.
frm-v1:a2e5619bb8e9528ea042184634f69711d1f7522254d8e39d6060310db4663132:loop/0This loop assignment replaces z with fn1(z) + f, adding the fixed cosh-based value after the function call.
frm-v1:a2e5619bb8e9528ea042184634f69711d1f7522254d8e39d6060310db4663132:bailoutThe bailout permits the orbit while |z| <= 50.
source-sequenceThe initialization supplies a fixed cosh-based addend, and the loop combines it with the current fn1(z).
function1Record a visible difference or no visible difference between the identity baseline and the sqr trial, noting the fixed 1 / cosh(pixel) addend.
Identify the fixed addend and the function update, then compare identity with sqr.
Your response explains all 3 annotated operations, records the requested comparison, and mentions `1 / cosh(pixel)`.
Pinned runtime revision a2e5619bb8e9528ea042184634f69711d1f7522254d8e39d6060310db4663132 and its publication decision ground this unit.
rightsStatus: source-declared-public-domain-assumption; implementationBasis: direct-adaptation; publicationDecision: publish; decisionReason: publish-census-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.
The current FractalPark implementation follows the verified semantics of the linked Fractint formula. The original file retains its own rights terms.
Send the Formula ID and supporting evidence. The maintainer can hold or withdraw the implementation while the claim is reviewed. contact@fractalpark.com