cf.FieldList.cos

FieldList.cos()[source]

Take the trigonometric cosine of the data array of each field in place.

fl.cos() is equivalent to for f in fl: f.cos().

See cf.Field.cos for details.

Returns :None

Previous topic

cf.FieldList.copy

Next topic

cf.FieldList.data_axes

This Page