Source code for eigvals_multiplicity.main

[docs] def add(n1: int, n2: int) -> int: """Add the arguments.""" return n1 + n2