nx_quad.nx
buildroot/runtime/nx_quad.nx
about
nx_quad.nx -- AUTO-GENERATED from shape `scalar_unary_op`.
Single-arg nx_int function. let s: nx_int = a * a return s * s is the imperative body.
genealogy_id:
lineage_id: scalar_unary
license: public_domain
complexity: O(1)
dependencies 2 imports · 1 importers
imports: nx_syscalls.nxnx_tier.nx
imported by: nx_quad_test.nx
structs
| none |
consts
| none |
functions
| 18 | func nx_quad(a: nx_int) -> nx_int called by 1: main |