remainder函数的用法

remainder()函数还有以下三种很少被使用的参数类型:

double remainder( double x, double y )。

float remainderf( float x, float y )。

long double remainderl (long double x,long double y)。

返回的都是 x/y 的余数 , r = x – ny , n 是接近x/y 实际值的整数。

posted @ 2020-10-19 16:45  小窝蜗  阅读(1700)  评论(0编辑  收藏  举报