Skip to content

Log

in Lib.numbers.float.basic

Calculates the result of a logarithmic function

In C#: Math.Log(x, y)

Input Parameters

Name (Relevancy & Type) Description
Value (Single) Base
Defines what value was the result of raising to a power
Base (Single) Base
Defines what value was used for the base when raising to a power

Outputs

Name Type
Result System.Single