abs method

MLOperand abs(
  1. MLOperand x
)

Implementation

MLOperand abs(MLOperand x) => js_util.callMethod(this, 'abs', [x]);