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.

Returns :out : cf.FieldList

Previous topic

cf.FieldList.setprop

Next topic

cf.FieldList.squeeze

This Page