chainer.functions.tan

chainer.functions.tan(x)[source]

Elementwise tan function.

Parameters:x (Variable or N-dimensional array) – Input variable.
Returns:Output variable.
Return type:Variable