{"id":25427,"date":"2021-11-13T14:59:38","date_gmt":"2021-11-13T09:29:38","guid":{"rendered":"https:\/\/python-programs.com\/?p=25427"},"modified":"2021-11-14T15:01:52","modified_gmt":"2021-11-14T09:31:52","slug":"python-cmath-log10-method-with-examples","status":"publish","type":"post","link":"https:\/\/python-programs.com\/python-cmath-log10-method-with-examples\/","title":{"rendered":"Python cmath.log10() Method with Examples"},"content":{"rendered":"

cmath.log10() Method in Python:<\/strong><\/p>\n

The cmath.log10() method returns the complex number’s base-10 logarithm.<\/p>\n

There is one continuous branch cut from 0 to – \u221e along the negative real axis.<\/p>\n

Syntax:<\/strong><\/p>\n

cmath.log10(x)<\/pre>\n

Parameters<\/strong><\/p>\n

x: <\/strong>This is Required. Specifies the value for which the base-10 logarithm will be computed.<\/p>\n