sequenceThe cited annotations connect z = pixel, the repeated exp(z * log(z)) assignment, and the threshold-based bailout.
20e16f12-e0e9-5f56-9364-5c2b60c05f20
In FRM-like/1, aa-z-to-z initializes z from pixel, then repeatedly assigns exp(z * log(z)). Its bailout compares |z| with real(threshold); the pinned parameter-plane profile uses 96 iterations.
frm-v1:cccfbd116d3760e4b3cd57e20f2cb9f5102c7326c75c5d89137be22c2352892c:init/0Initialization: init/0 sets z from pixel.
frm-v1:cccfbd116d3760e4b3cd57e20f2cb9f5102c7326c75c5d89137be22c2352892c:loop/0Iteration: loop/0 repeatedly assigns z = exp(z * log(z)).
frm-v1:cccfbd116d3760e4b3cd57e20f2cb9f5102c7326c75c5d89137be22c2352892c:bailoutTermination: bailout tests |z| <= real(threshold).
sequenceThe cited annotations connect z = pixel, the repeated exp(z * log(z)) assignment, and the threshold-based bailout.
thresholdChanging threshold may change which magnitudes pass the bailout test; record whether a difference occurs.
Explain which expression updates z and which expression supplies the bailout bound.
Your response names all 3 annotations and includes exp(z * log(z)) and real(threshold).
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