在MATLAB代碼Longitude = mod(-1789.8916,360); 下返回值10.108325 但在C代碼Longitude = fmod(-1789.8916,360); 返回值-349.8916 我想相同的C代碼值.
確定! 回上一頁