statrs-dev / statrs

Statistical computation library for Rust

Home Page:https://docs.rs/statrs/latest/statrs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement `erfcx` ?

avhz opened this issue · comments

Hi :)

Any possibility of adding the scaled complementary error function:

$$ \texttt{erfcx}(z) = e^{x^2} \cdot \texttt{erfc}(z) $$

such as in the C++ Faddeeva library.

Thanks for the nice crate!