llrintl function

int llrintl(
  1. double x
)

Implementation

int llrintl(double x) => rint(x).toInt();