rust icon indicating copy to clipboard operation
rust copied to clipboard

Add `erf` and friends from `libm` ?

Open avhz opened this issue 1 year ago • 1 comments

f32 and f64 already have the gamma function from libm, would it be possible to get erf, erfc as well ?

Edit: I can try to do it myself if that helps.

avhz avatar Mar 11 '24 21:03 avhz

You want to create an API Change Proposal: https://github.com/rust-lang/libs-team/issues/new?assignees=&labels=api-change-proposal%2C+T-libs-api&projects=&template=api-change-proposal.md&title=%28My+API+Change+Proposal%29

saethlin avatar Mar 12 '24 03:03 saethlin