cf.Data.exp

Data.exp(inplace=False, i=False)[source]

Take the exponential of the data array.

Parameters
inplace: bool, optional

If True then do the operation in-place and return None.

i: deprecated at version 3.0.0

Use the inplace parameter instead.

Returns

Data or None

Examples