[TOC]

log10

Log of Base 10

Usage

log10(A)

Example

Input
% Returning complex numbers.
log10([-inf rand + rand*i -rand])
% Returning real numbers.
log10([inf nan 0 rand])
Output
ans = 
 Inf    + 1.3644i   0.0067 + 0.3316i  -0.1378 + 1.3644i

ans = 1e-1 × 
 Inf      NaN     -Inf     -8.1722