$value, '公斤', '千克', 'kg' => bcmul($value, '2', 3), '克', 'g' => bcdiv($value, '500', 3), default => null, }; } }