topic: f64
37 modules sharing the f64 name family (derived from the tree's prefix discipline).
The 'f64' topic family in the Nishi sovereign ecosystem focuses on high-precision floating-point operations, particularly for 64-bit double-precision calculations. Modules like _f64_atan_gate_authored and _f64_erf_gate_authored implement specialized gates for mathematical functions such as arctangent and error function, ensuring accuracy and performance. The _f64_exp_consts module generates constants used in exponential calculations, supporting precise computations across various domains. These modules work together to provide reliable, high-precision arithmetic essential for complex scientific and engineering applications within the ecosystem.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| _f64_atan_gate_authored.nx | ME1 atan gate: TEAM-AUTHORED kernel (_pe_f64atan, | 129 | 7 |
| _f64_atan_gate_emitted.nx | no Claude core logic. | 114 | 7 |
| _f64_erf_full_gate.nx | ULP gate for FULL-DOMAIN erf over the PREVIOUSLY-NAN gap | 70 | 5 |
| _f64_erf_gate_authored.nx | f64 EDGE gate for the Builder-authored erf (component 5). | 132 | 6 |
| _f64_erfc_gate.nx | ULP gate for the f64 erfc kernel vs the sovereign 120-bit erfc | 60 | 5 |
| _f64_exp_consts.nx | GENERATED by _hdl_build/_f64_exp_oracle_gen.py. | 25 | 0 |
| _f64_exp_gate_authored.nx | ME1 gate: nx_f64_exp vs mpmath-60dps oracle. | 106 | 4 |
| _f64_exp_kat_vectors.nx | GENERATED by _f64_exp_oracle_gen.py (mpmath @60dps). | 228 | 4 |
| _f64_gamma_refl_gate.nx | ULP gate for the gamma reflection kernel (0<x<0.5) vs the | 55 | 5 |
| _f64_gamma_refl_neg_gate.nx | proves the SAME reflection kernel (_pe_f64gamma_refl) | 56 | 5 |
| _f64_gate_authored.nx | ME0 gate: nx_f64 family vs hardware-IEEE oracle. | 104 | 4 |
| _f64_igammaq_gate.nx | ULP gate for integer-order Q(n,x) vs a sovereign 120-bit | 105 | 6 |
| _f64_kat_vectors.nx | GENERATED by _f64_oracle_gen.py (hardware-IEEE oracle). | 1304 | 17 |
| _f64_log_gate_authored.nx | ME1 rung 2 gate: TEAM-AUTHORED nx_f64_log (via the | 104 | 5 |
| _f64_log_kat_vectors.nx | GENERATED by _f64_log_oracle_gen.py (mpmath @60dps). | 218 | 4 |
| _f64_pow_gate_authored.nx | ME1 pow gate: dd kernel (_pe_f64pow) vs the LIVE | 200 | 7 |
| _f64_probe.nx | compiler-behavior probe BEFORE authoring nx_f64 (verify-runtime-not-docs law). | 50 | 4 |
| _f64_quad_gate.nx | self-validating gate for the GAMS-H Simpson quadrature. | 70 | 5 |
| _f64_rootfind_gate.nx | self-validating gate for the GAMS-F bisection root-finder. | 70 | 5 |
| _f64_sincos_gate_authored.nx | ME1 sin/cos gate: TEAM-AUTHORED kernel vs the | 147 | 7 |
| _f64_sinhcosh_gate_authored.nx | ME1 sinh/cosh gate: dd kernels | 155 | 7 |
| _f64_soak_gate_authored.nx | SOVEREIGN ORACLE anchor + soak gate (ME0b + py-debt | 164 | 7 |
| _f64_tan_gate_authored.nx | ME1 tan gate: dd kernel (_pe_f64tan) vs the LIVE | 129 | 7 |
| nx_f64.nx | IEEE 754 binary64 (double-precision float) bits-up. | 436 | 16 |
| nx_f64_adversary.nx | T12 class: hardware f64 (IEEE-754 binary64) codegen. | 40 | 1 |
| nx_f64_cvt.nx | conversions to/from IEEE 754 binary64. | 156 | 4 |
| nx_f64_div.nx | IEEE 754 binary64 division (standalone file). | 96 | 1 |
| nx_f64_exp.nx | binary64 exponential, bits-up (ME1 rung 1, DLMF ch.4). | 78 | 1 |
| nx_f64_exp_register.nx | registers ME1 rung 1 (binary64 exp) via the Librarian | 41 | 2 |
| nx_f64_log2.nx | AUTHORED BY THE NISHI BUILDER (pattern: MATH_KERNEL / LOG2_REDUCE). | 62 | 1 |
| nx_f64_log2_test.nx | KATs from algorithm invariants. | 21 | 1 |
| nx_f64_oracle_sov.nx | SOVEREIGN f64 oracle: pure-Nishi independent recompute | 373 | 14 |
| nx_f64_quad.nx | GAMS-H: sovereign numerical QUADRATURE (the integration class). | 55 | 3 |
| nx_f64_register.nx | registers the ME0 binary64 keystone through the Librarian's | 42 | 2 |
| nx_f64_rootfind.nx | GAMS-F: sovereign nonlinear root-finder (the nonlinear-solve | 48 | 2 |
| nx_f64_sqrt.nx | IEEE 754 binary64 square root (standalone file). | 94 | 1 |
| nx_f64_v8kat_gate.nx | DIFFERENTIAL KAT: replay 4000 V8/hardware-IEEE-754 vectors (knowledge/f64kat.bin, | 71 | 5 |