erfd2

NAME

erfd2 - return the error functions of double elements

SYNOPSIS

Procedure call syntax:

#include <simdmath.h>
vector double erfd2(vector double x);
Link with -lsimdmath

Inline call syntax:

#include <simdmath.h>
#include <erfd2.h>
vector double _erfd2(vector double x);
Parameters  
x input vector

DESCRIPTION

The erfd2 function returns a vector of the error functions of the corresponding elements of x.

RETURN VALUE

The erfd2 function returns a double vector containing the error functions of the corresponding elements of x.

ENVIRONMENT

SPU only

CONFORMING TO

SIMD Math library specification for the Cell Broadband Engineā„¢ Architecture.

NOTES

Basis

ISO9899 (C99) erf functions.

SEE ALSO

erf(3), erff4(3), erfc(3), erfcf4(3), erfcd2(3), lgamma(3), lgammaf4(3), lgammad2(3)