exp method

MLOperand exp(
  1. MLOperand x
)

Implementation

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