cf.sin

cf.sin(x)[source]

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

See the input variable’s sin method for details.

Parameters :
x :

The input variable, which has a sin method.

Returns :
out :

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

Examples

See the input variable’s sin method.

Previous topic

cf.cos

Next topic

cf.expand_dims

This Page