log10#

Quantity.log10() Quantity#

Logarithm base 10 of the value.

Examples

>>> from ansys.aedt.core.generic.numbers_utils import Quantity
>>> Quantity(100).log10()
2