llround function

int llround(
  1. double x
)

Implementation

int llround(double x) => x.round();