String formatNumber(double value, int precision) { return NumberUtil.format(value, precision) ?? '--'; }