a
(float, default: 0): The input floating-point number for which the base-10 logarithm will be calculated.result
(float): The base-10 logarithm of the input value.a
input to a node that provides the floating-point number you want to calculate the base-10 logarithm for.result
output will contain the base-10 logarithm of the input value, which can be connected to other nodes for further processing.