sequenceThe cited annotations connect z = pixel, denom = cosh(z), and the change-based bailout.
6d27b5fd-462b-5561-bac2-7c5f915e3cb5
In FRM-like/1, newtonSinh initializes z from pixel. Each loop computes denom = cosh(z), keeps z when its squared size is below 1e-10, and otherwise assigns z - sinh(z)/denom. The pinned julia profile uses 96 iterations.
frm-v1:7ef2bf1f2dd573053bbe1e8af171472dff08ed6346b2e760ab2780c9244d1e85:init/0Initialization: init/0 sets z from pixel.
frm-v1:7ef2bf1f2dd573053bbe1e8af171472dff08ed6346b2e760ab2780c9244d1e85:loop/0Iteration: loop/0 defines denom = cosh(z).
frm-v1:7ef2bf1f2dd573053bbe1e8af171472dff08ed6346b2e760ab2780c9244d1e85:loop/1Branch: loop/1 keeps z when denom has squared size below 1e-10; otherwise it assigns z - sinh(z)/denom.
frm-v1:7ef2bf1f2dd573053bbe1e8af171472dff08ed6346b2e760ab2780c9244d1e85:bailoutTermination: bailout tests |z - zPrev| >= 0.000001.
sequenceThe cited annotations connect z = pixel, denom = cosh(z), and the change-based bailout.
branchThe cited branch keeps z for a squared denom size below 1e-10; otherwise it applies z - sinh(z)/denom.
The larger cap may expose additional guarded or unguarded sinh/cosh updates; record whether the iteration counts differ.
State the two outcomes of the cosh(z) denominator-size guard.
Your response names all 4 annotations and gives both keeping z and z - sinh(z)/denom.
This teaching unit is grounded in the pinned runtime source revision.
rightsStatus is project-owned; implementationBasis is project-owned; publicationDecision is publish; decisionReason is publish-project-owned-native-recipe. This does not make a broader claim about 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