nectarchain.trr_test_suite.utils.fit_function_hv# fit_function_hv(x, a, b)[source]# Computes a function of the form a/sqrt(x) + b. Args:x (float): The input value. a (float): The coefficient of the term 1/sqrt(x). b (float): The constant term. Returns:float: The result of the function.