imaxabs method

int imaxabs(
  1. int j
)

7.8.2.1

Implementation

int imaxabs(
  int j,
) {
  return _imaxabs(
    j,
  );
}