code wiki / (root) / nx_calc_advanced_test.nx

nx_calc_advanced_test.nx

buildroot/runtime/nx_calc_advanced_test.nx

5915 B139 linesdepth 8pulls 9 transitivereach 0 importersview sourcekind gate/prooftopic calc
docsdependenciesstructsconstsfunctions

about

nx_calc_advanced_test.nx -- exercise Series + Solve engines.

dependencies 2 imports · 0 importers

nx_calc_series.nx nx_calc_solve.nx nx_calc_advanced_test.nx

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

main t1_factorial nx_factorial t2_subst_const nx_calc_const_int nx_term_app sys_mmap nx_calc_subst_zero nx_calc_const_int ↻ nx_term_arg nx_calc_subst_zero ↻ nx_calc_un nx_term_app ↻ nx_calc_bin nx_term_app ↻ t3_subst_var nx_term_var sys_mmap ↻ nx_calc_subst_zero ↻ nx_term_arg ↻ t4_maclaurin_const nx_calc_const_int ↻ nx_calc_maclaurin nx_term_var ↻ nx_calc_subst_zero ↻ nx_calc_deriv nx_calc_const_int ↻ nx_calc_add nx_calc_bin ↻ nx_calc_deriv ↻ nx_term_arg ↻ nx_calc_sub nx_calc_bin ↻ nx_calc_mul nx_calc_bin ↻ nx_calc_pow nx_calc_bin ↻ nx_calc_cos nx_calc_un ↻ nx_calc_un ↻

structs

none

consts

none

functions

7func t1_factorial() -> nx_int
called by 1: main calls 1: nx_factorial
16func t2_subst_const() -> nx_int
24func t3_subst_var() -> nx_int
34func t4_maclaurin_const() -> nx_int
45func t5_maclaurin_x2() -> nx_int
56func t6_solve_linear() -> nx_int
68func t7_solve_quadratic() -> nx_int
83func t8_solve_quadratic_complex() -> nx_int
93func main() -> nx_exit