imaxabs function

int imaxabs(
  1. int j
)

Implementation

@ffi.FfiNative<intmax_t Function(intmax_t)>('imaxabs')
external int imaxabs(
  int j,
);