cf.FieldList.sin

FieldList.sin(i=False)[source]

Take the trigonometric sine of the data array of each field.

fl.sin() is equivalent to cf.FieldList(f.sin() for f in fl).

See cf.Field.sin for details.

Parameters :
i : bool, optional

If True then update the field list and its fields in place. By default a new field list containing new fields is created.

Returns :

out : cf.FieldList

Previous topic

cf.FieldList.setprop

Next topic

cf.FieldList.squeeze

This Page