llround method

int llround(
  1. double _X
)

Implementation

int llround(
  double _X,
) {
  return _llround(
    _X,
  );
}