llroundf method

int llroundf(
  1. double _X
)

Implementation

int llroundf(
  double _X,
) {
  return _llroundf(
    _X,
  );
}