nctoolkit.DataSet.exp#

DataSet.exp(self)#

exp: Method to get the exponential of variables

Examples

If you wanted to calculate the exponential of a variable, you just need to do this:

>>> ds.exp(0.5)