llrintf method

int llrintf(
  1. double _X
)

Implementation

int llrintf(
  double _X,
) {
  return _llrintf(
    _X,
  );
}