Skip to content

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 );
Clone this wiki locally