API Reference / CompileOptions · interface
Interface: CompileOptions
Properties
| Property | Type | Description |
|---|---|---|
<a id="impossibledeg"></a> impossibleDeg? | number | A form is impossible when its worst constraint exceeds this (degrees). |
<a id="iters"></a> iters? | number | - |
<a id="latbounds"></a> latBounds? | Record<string, number> | Per-body latitude search bound override, degrees (e.g. { algol: 90 } for a fixed star). Defaults come from BODY_LAT_BOUNDS / DEFAULT_LAT_BOUND. |
<a id="restarts"></a> restarts? | number | - |