llroundf function

int llroundf(
  1. double x
)

Implementation

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