pub fn celsius_to_4digits(n: i8) -> [u8; 4]
Available on crate feature
formatters
only.Expand description
Formats a i8
clamped between -9
and 99
, appending the degrees symbol (°)
and an uppercase C
, for a 4-digit display
.