Did you know ... Search Documentation:
Grammar rule nc//2
 nc(+Format, +Value)// is det[private]
 nc(+Format, +Value, +Options)// is det[private]
Numeric cell. The value is formatted using Format and right-aligned in a table cell (td).
Arguments:
Format- is a (numeric) format as described by format/2 or the constant human. Human formatting applies to integers and prints then in abreviated (K,M,T) form, e.g., 4.5M for 4.5 million.
Options- is passed as attributed to the td element. Default alignment is right.