log10
The logarithm base 10 of the input
log10(in1): out1Arguments:
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| in1 | number | Input value to be processed. |
Returns
| Name | Type | Description |
|---|---|---|
| out1 | number | The log base 10 of the input. |
The logarithm base 10 of the input
log10(in1): out1| Name | Type | Default | Description |
|---|---|---|---|
| in1 | number | Input value to be processed. |
| Name | Type | Description |
|---|---|---|
| out1 | number | The log base 10 of the input. |