nx_cpp_calc.nx
buildroot/runtime/nx_cpp_calc.nx
dependencies 0 imports · 1 importers
imports: none
imported by: nx_cpp_calc_test.nx
structs
| none |
consts
| 1 | const K_MAGIC_50000: i64 = 50000 |
functions
| 13 | func nx_cpp_iso(price_cents: i64, yield_pages: i64) -> i64 |
| 20 | func nx_cpp_real_pages(yield_pages: i64, coverage_ppm: i64) -> i64 called by 1: main |
| 29 | func nx_cpp_real(price_cents: i64, yield_pages: i64, coverage_ppm: i64) -> i64 called by 1: main |
| 39 | func nx_cpp_savings(genuine_cents: i64, genuine_yield: i64, after_cents: i64, after_yield: i64) -> i64 |
| 48 | func nx_cpp_savings_pct(genuine_cents: i64, genuine_yield: i64, after_cents: i64, after_yield: i64) -> i64 |