boostorg/math

`powm1` Returning Wrong `INF`

Closed this issue · 1 comments

See https://github.com/scipy/scipy/actions/runs/3880172950/jobs/6618011730#step:6:585
From: scipy/scipy#17432

We should be returning -INF instead of INF. This is a change between Scipy's last boost release (1.79/1.80) and develop.

Scipy had their own handling which should be fixed by: scipy/scipy#17855