- calcScale
int calcScale(Num val)
Undocumented in source. Be warned that the author may not have intended to support it.
- numDigitsInNumber
int numDigitsInNumber(Num val)
Undocumented in source. Be warned that the author may not have intended to support it.
- scaled
double scaled(Num num, int scale)
Undocumented in source. Be warned that the author may not have intended to support it.
- scaledNumberFmt
auto scaledNumberFmt(Duration value)
Undocumented in source. Be warned that the author may not have intended to support it.
- scaledNumberFmt
auto scaledNumberFmt(T value)
Display number as
d.dds (1.23m)
dd.ds (12.3K)
ddds (123G)
Where d is digit, s is SI suffix
- stepPrecision
int stepPrecision(float step)
Undocumented in source. Be warned that the author may not have intended to support it.