Mercurial > hg > octave-nkf
diff src/ov-flt-re-mat.cc @ 10391:59e34bcdff13
implement built-in erfcx
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Thu, 04 Mar 2010 09:35:38 +0100 |
parents | 57a59eae83cc |
children | 2a8b1db1e2ca |
line wrap: on
line diff
--- a/src/ov-flt-re-mat.cc +++ b/src/ov-flt-re-mat.cc @@ -767,6 +767,7 @@ ARRAY_MAPPER (erf, float, ::erff); ARRAY_MAPPER (erfinv, float, ::erfinv); ARRAY_MAPPER (erfc, float, ::erfcf); + ARRAY_MAPPER (erfcx, float, ::erfcx); ARRAY_MAPPER (gamma, float, xgamma); RC_ARRAY_MAPPER (lgamma, FloatComplex, rc_lgamma); ARRAY_MAPPER (ceil, float, ::ceilf);