sequenceThe cited annotations connect initialization from pixel, the denom = cos(z) loop assignment, and the change-based bailout.
0df5ac6e-d97e-55db-b624-96c310af07dd
In FRM-like/1, novaSine initializes z = pixel. Each loop defines denom = cos(z); when its squared real-and-imaginary size is below 1e-10 it keeps z, otherwise it assigns z - sin(z)/denom + 0.18*c. The pinned julia profile uses 96 iterations.
frm-v1:bb7d3fd03ddb3b27f66b28fea82cdfa4da6c88cf15a23c6da8fe27a8adf1e34e:init/0Initialization: init/0 sets z = pixel.
frm-v1:bb7d3fd03ddb3b27f66b28fea82cdfa4da6c88cf15a23c6da8fe27a8adf1e34e:loop/0Iteration: loop/0 defines denom = cos(z).
frm-v1:bb7d3fd03ddb3b27f66b28fea82cdfa4da6c88cf15a23c6da8fe27a8adf1e34e:loop/1Branch: loop/1 keeps z when denom has squared size below 1e-10; otherwise it assigns z - sin(z)/denom + 0.18*c.
frm-v1:bb7d3fd03ddb3b27f66b28fea82cdfa4da6c88cf15a23c6da8fe27a8adf1e34e:bailoutTermination: bailout tests |z - zPrev| >= 0.000001.
sequenceThe cited annotations connect initialization from pixel, the denom = cos(z) loop assignment, and the change-based bailout.
branchThe cited branch keeps z for a squared denom size below 1e-10; otherwise it applies z - sin(z)/denom + 0.18*c.
The larger cap may expose additional guarded or unguarded updates; record whether the iteration counts differ.
State the two outcomes of the cos(z) denominator-size guard.
Your response names all 4 annotations and gives both keeping z and the sine update.
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