tan method

MLOperand tan(
  1. MLOperand x
)

Implementation

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