fmod, fmodf, fmodl 定义于头文件<math.h> floatfmodf(floatx,floaty); (1)(C99 起) doublefmod(doublex,doubley); (2) longdoublefmodl(longdoublex,longdoubley); (3)(C99 起) 定义于头文件<tgmath.h> #define fmod( x, y ) (4)(C99 起)...