Wikidev
CATEGORY
CONTACT
APP
Sign Up
Login
Submit
You are here :
python_3
→
cmath
→
cmathlog10
cmath.log10() - cmath
Return the base-10 logarithm of x. This has the same branch cut as log().
Syntax
cmath.log10(x)
Example
Output / Return Value
Limitations
Alternatives / See Also
Reference