llrintf function

int llrintf(
  1. double x
)

Implementation

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