cf.FieldList.cos

FieldList.cos(i=False)[source]

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

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

See cf.Field.cos for details.

Returns :out : cf.FieldList

Previous topic

cf.FieldList.copy

Next topic

cf.FieldList.data_axes

This Page