Files
cs249r_book/mlsysim/docs/api/fmt.fmt_int.qmd
Vijay Janapa Reddi cb0ae4082f docs(mlsysim): regenerate quartodoc API stubs for the new module layout
Run quartodoc build against the refactored package (engine/ extracted from core/,
infra->infrastructure): regenerate the API reference so every stub points at the new
paths. Adds engine.*/infrastructure.* stubs, removes the 41 stale core.solver.* /
core.engine.* / core.scenarios.* / core.config.* / core.evaluation.* / infra*.qmd
orphans, and refreshes the package pages (core now primitives-only) + index.

Verified: all 47 documented symbols resolve in the new package; every index link
resolves; zero stale mlsysim.core.<engine-mod> / mlsysim.infra references anywhere in
docs/. (objects.json inventory is gitignored -- regenerated at build.)
2026-05-29 21:35:39 -04:00

12 lines
347 B
Plaintext

# fmt.fmt_int { #mlsysim.fmt.fmt_int }
```python
fmt.fmt_int(quantity, unit=None, commas=True, prefix='', suffix='')
```
Format a value as an integer for narrative text.
Explicit source-level opt-in for integer display of computed values.
Equivalent to ``fmt(round(val), precision=0, ...)`` but makes editorial
intent visible at the call site.