phc27x

Results 2 comments of phc27x

Thanks for prompt reply. FWIW the values am using were chosen as exact double with extra precision in following way: ```python x = np.power(2.,-52) v= np.float64('1.7185') for i in range(4):...

Hello, Is there a plan or roadmap for the *args problems, or been more discussions within numba developers since this issue was last updated? Since numba doesn't detect/protect users from...