frlearn.parametrisations.log_multiple

frlearn.parametrisations.log_multiple(a)[source]

Function to obtain multiples of the logarithm of other numbers.

Parameters
afloat

The multiple to be used.

Returns
fint -> int

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