COMPUTE THE LOG TO THE BASE10 OF A NUMBER

Computes the base-10 logarithm (log₁₀) of a scalar number. Use this worker whenever a decade-scale transformation of a value is needed in a workflow.

When to use

Classification: process.

Tagged: log10, logarithm, math, scalar, transformation.

Inputs

Label ID Type Default Required Description
Number Whose Log Is To Be Computed numberwhoselogistobecomputed scalar The positive real scalar value for which log₁₀ is computed; must be greater than zero (negative values and zero are mathematically undefined for this operation).

Outputs

Label ID Type Description
math_log10_output_1 math_log10_output_1 scalar Scalar result of log₁₀(input); a dimensionless real number equal to the base-10 logarithm of the supplied input value.

Disciplines

  • data.curve.transform

Runnable example

A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=math_log10


Auto-generated from transformation schema. Worker id: math_log10. Schema hash: c88967be1f01. Hand-curated docs in workerexamples/ override this page when present.