skfolio.utils.tools.optimal_rounding_decimals# skfolio.utils.tools.optimal_rounding_decimals(x)[source]# Return the optimal rounding decimal number for a user-friendly formatting. Parameters: xfloatNumber to round. Returns: nintRounding decimal number.