cf.FieldList.sin

FieldList.sin()[source]

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

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

See cf.Field.sin for details.

Returns :None

Previous topic

cf.FieldList.setprop

Next topic

cf.FieldList.squeeze

This Page