cf.sin

cf.sin(x)[source]

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

The variable must have a copy method and an in-place sin method, such as a cf.Field object. Any optional positional and keyword arguments are passed unchanged to the variable’s sin method.

See the variable’s sin method for details.

Parameters :
x :

The input variable.

args, kwargs :

See the input variable’s sin method.

Returns :
out :

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

See also

cf.clip, cf.cos

Previous topic

cf.cos

Next topic

cf.expand_dims

This Page