Skip to content

Commit 15546a9

Browse files
committed
docs: update function name in header of C section
1 parent 297cdff commit 15546a9

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/erfcx

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/erfcx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ for ( i = 0; i < x.length; i++ ) {
146146
#include "stdlib/math/base/special/erfcx.h"
147147
```
148148

149-
#### erfcx( x )
149+
#### stdlib_base_erfcx( x )
150150

151151
Evaluates the [scaled complementary error function][complementary-error-function].
152152

0 commit comments

Comments
 (0)