Scilab 6.0.0
Справка Scilab >> Special Functions > erfcx
erfcx
scaled complementary error function.
Syntax
y = erfcx(x)
Arguments
- x
vector or matrix
- y
vector or matrix (of same size than x)
Description
Compute the scaled complementary error function of x, defined by . Note also that
computes the Faddeeva function w(x).
Algorithms
This function is based on the Faddeeva package library.
See Also
History
Version | Description |
5.5.0 | Improve the behavior of erfcx on big values. |
Comments
Add a comment:
Please login to comment this page.