frlearn.parametrisations.log_multiple# frlearn.parametrisations.log_multiple(a: float)# Function to obtain multiples of the logarithm of other numbers. Parameters: afloatThe multiple to be used. Returns: ffloat -> floatFunction that takes a number x and returns a * log x.