frlearn.parametrisations.log_multiple#

frlearn.parametrisations.log_multiple(a: float)#

Function to obtain multiples of the logarithm of other numbers.

Parameters:
afloat

The multiple to be used.

Returns:
ffloat -> float

Function that takes a number x and returns a * log x.