sin method

MLOperand sin(
  1. MLOperand x
)

Implementation

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