cf.cos

cf.cos(x)[source]

Return a new variable with the trigonometric cosine of the data array values.

See the input variable’s cos method for details.

Parameters :
x :

The input variable, which has a cos method.

Returns :
out :

A new variable with the trigonometric cosine of the data array values.

Examples

See the input variable’s cos method.

Previous topic

cf.collapse

Next topic

cf.sin

This Page