Open
Description
Issue by stygstra
Friday Oct 24, 2014 at 02:44 GMT
For earlier discussion, see rust-lang/rust#18271
This issue was labelled with: A-libs in the Rust repository
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.