-
- Downloads
The log method no longer errors out on non-positive values
For a zero, it returns -Inf. For a negative number, it returns NaN. This is not exactly the same behavior as MATLAB's log function, because we want to enforce type stability (i.e. never return a complex).
Please register or sign in to comment