Skip to content

Commit

Permalink
[FIX] README fcn name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jun 19, 2015
1 parent 3377400 commit 462ae17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ data = [
{'x':[9,5e-324]}
];

var out = erfc( data, 'x|1', '|' );
var out = erfcinv( data, 'x|1', '|' );
/*
[
{'x':[9,-0.8134198]},
Expand Down

0 comments on commit 462ae17

Please sign in to comment.