rint method

double rint(
  1. double _X
)

Implementation

double rint(
  double _X,
) {
  return _rint(
    _X,
  );
}