pub extern "C" fn fmod(dividend: f64, divisor: f64) -> f64
计算两个数的余数
dividend
divisor
返回dividend除以divisor的余数