chainer.functions.cos

chainer.functions.cos(x)[source]

Elementwise cos function.

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