标签: c
在C语言中,为什么余数不能在Float值上使用?
答案 0 :(得分:0)
remainder需要加倍(实际上是两个)。使用remainderf,而不是remainder。
remainder
remainderf
答案 1 :(得分:0)
因为%运算符仅为整数类型的操作数定义。
%