Function chinese_number::from_f64_to_chinese_ten_thousand
source · pub fn from_f64_to_chinese_ten_thousand(
chinese_variant: ChineseVariant,
chinese_case: ChineseCase,
value: f64
) -> Result<String, NumberToChineseError>
Available on crate feature
number-to-chinese
only.Expand description
將 f64
浮點數轉成中文數字,使用 「萬進」。數值的絕對值不能大於或等於 1e52
。