### Describe the issue: This was what I encountered:  What I got in Excel:  ### Reproduce the code example: ```python import numpy_financial as npf print(npf.irr([-10000]+[327.24625]*16)) ``` ### Error message: ```shell NA ``` ### Runtime information: NA ### Context for the issue: There may exist multplit roots in the solution of IRR function so that the `irr()` may give an incorrect result.