/************************整数运算功能函数****************************/
/*
get_byte(x, n);
logical_shift(x, n);
bit_cnt(x);
not(x);
tmin();
fits_bits(x, n);
neg(x);
is_postive(x);
is_le(x, y);
*要求:
【浮点数与整数运算补】
于 2022-06-06 21:57:27 首次发布