You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I see, that chunk of code works for real x<0 and real p, there is no test program for that. Instead, the real x<0, integer p implementation seems correct:
Description
In
stdlib/src/stdlib_specialfunctions_gamma.fypp
Line 580 in 68524b3
ss
is declared:and then use here:
stdlib/src/stdlib_specialfunctions_gamma.fypp
Line 673 in 68524b3
The
ss
variable is never initalized, and generates 2 warnings withfpm build --verbose --flag '-Wmaybe-uninitialized'
Expected Behaviour
Either the value to be initialized, of the chunk of code deleted.
Version of stdlib
68524b3
Platform and Architecture
Windows
Additional Information
No response
The text was updated successfully, but these errors were encountered: