-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the RFC.Relevant to the library API team, which will review and decide on the RFC.
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.
scottmcm, robsmith11, droundy, ankane, ajtribick and 1 morekennytm
Metadata
Metadata
Assignees
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the RFC.Relevant to the library API team, which will review and decide on the RFC.