Function chinese_number::from_f32_to_chinese_high
source · pub fn from_f32_to_chinese_high(
chinese_variant: ChineseVariant,
chinese_case: ChineseCase,
value: f32
) -> String
Available on crate feature
number-to-chinese
only.Expand description
將 f32
浮點數轉成中文數字,使用 「上數」。