API Reference / nearBoundary · function
Function: nearBoundary()
function nearBoundary(remainders, opts?): BoundaryFlag[];
Fragility report from a refinement remainder set: frontier leaves whose value landed close to a base-grid rounding boundary, i.e. the places where sub-quantum drift on another platform could flip the quantized leaf (and with it a sign, a house, or an aspect at its orb limit -- which is exactly a digest change). Pure integer arithmetic; needs only the sidecar.
Parameters
| Parameter | Type | Description |
|---|---|---|
remainders | RefineRemainders | - |
opts | { maxMarginPerMille?: number; } | - |
opts.maxMarginPerMille? | number | report leaves with margin at or under this (default 10, i.e. within 1% of the quantum of a boundary). |