nx_calc_advanced_test.nx
buildroot/runtime/nx_calc_advanced_test.nx
about
nx_calc_advanced_test.nx -- exercise Series + Solve engines.
dependencies 2 imports · 0 importers
imports: nx_calc_series.nxnx_calc_solve.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 7 | func t1_factorial() -> nx_int |
| 16 | func t2_subst_const() -> nx_int |
| 24 | func t3_subst_var() -> nx_int |
| 34 | func t4_maclaurin_const() -> nx_int |
| 45 | func t5_maclaurin_x2() -> nx_int |
| 56 | func t6_solve_linear() -> nx_int |
| 68 | func t7_solve_quadratic() -> nx_int |
| 83 | func t8_solve_quadratic_complex() -> nx_int |
| 93 | func main() -> nx_exit |