log method

MLOperand log(
  1. MLOperand x
)

Implementation

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