Searched refs:total_chars (Results 1 – 1 of 1) sorted by relevance
36 def calc_num_chars_per_row(total_chars, ratio): argument37 chars_per_row = math.ceil(math.sqrt(total_chars * ratio))