cf.BoundedVariable.log¶
-
BoundedVariable.
log
(base=10, i=False)[source]¶ Take the logarithm the data array and bounds element-wise.
New in version 2.0.
Parameters: base : number, optional
- i:
bool
, optional If True then update the bounded variable in place. By default a new bounded variable is created. In either case, a bounded variable is returned.
Returns: out : cf.BoundedVariable
- i: