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
It would be nice if tgamma and lgamma_r were exposed via std::num::Float. The foreign function definitions for both are present in src/libstd/num/f{32,64}.rs, but they're not exposed in the standard library.