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

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

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

Go to the source code of this file.

Functions

double slatec_derf (double x)
 Computes the error function.

Detailed Description

Definitions 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.c.


Function Documentation

double slatec_derf ( double  x)

Computes the error function.

From category C8A of SLATEC.

Definition at line 59 of file slatec.c.