cf.Data.log — Documentation
-
Data.log(base=None, inplace=False, i=False)[source]¶
Takes the logarithm of the data array.
- Parameters:
base:
- 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