code wiki / (root) / nx_abs.nx

nx_abs.nx

buildroot/runtime/nx_abs.nx

629 B20 linesdepth 2pulls 2 transitivereach 49 importersview sourcekind generated fixturetopic abs
docsdependenciesstructsconstsfunctions

about

nx_abs.nx -- AUTO-GENERATED from shape `scalar_unary_op`. Single-arg nx_int function. if a < 0 { return 0 - a } return a is the imperative body. genealogy_id: lineage_id: scalar_unary license: public_domain complexity: O(1)

dependencies 2 imports · 5 importers

nx_syscalls.nx nx_tier.nx nx_abs.nx nx_abs_test.nx nx_gcode_emit.nx nx_polygon_test.nx nx_stress.nx nx_supports.nx

imports: nx_syscalls.nxnx_tier.nx

imported by: nx_abs_test.nxnx_gcode_emit.nxnx_polygon_test.nxnx_stress.nxnx_supports.nx

structs

none

consts

none

functions

18func nx_abs(a: nx_int) -> nx_int