cos method

MLOperand cos(
  1. MLOperand x
)

Implementation

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