JWS C Library
C language utility library
slatec.h File Reference

Declarations for elementary and special functions from SLATEC. More...

#include <jwsc/config.h>
#include <stdlib.h>
Include dependency graph for slatec.h:

Go to the source code of this file.

Functions

double slatec_derf (double x)
 Computes the error function.

Detailed Description

Declarations for elementary and special functions from SLATEC.

Author:
Joseph Schlecht
License:
Creative Commons BY-NC-SA 3.0

Wraps the SLATEC library from netlib.

Definition in file slatec.h.


Function Documentation

double slatec_derf ( double  x)

Computes the error function.

From category C8A of SLATEC.

Definition at line 59 of file slatec.c.