pub fn from_chinese_to_f32_naive<S: AsRef<str>>(
    chinese_number: S
) -> Result<f32, ChineseToNumberError>
Available on crate feature chinese-to-number only.
Expand description

將中文數字轉成 f32 浮點數。不進行單位計算。