-
Notifications
You must be signed in to change notification settings - Fork 4
compute erfc
kgryte edited this page May 12, 2015
·
1 revision
Evaluates the complementary error function, where x
may be a single numeric
value or a numeric array
.
var data = [ -10, -1, 0, 1, 10 ];
var x = compute.erfc( data );
- Utilities
- Array Creation
- Sorting and Reshaping Arrays
- Special Functions
- Arithmetic
- Relational Operations
- Logical Operations
- Trigonometry
- Geometry
- Sets
- Discrete Mathematics
- Linear Algebra
- Statistics