erfcf4

NAME

erfcf4 - return the complementary error functions of float elements

SYNOPSIS

Procedure call syntax:

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

Inline call syntax:

#include <simdmath.h>
#include <erfcf4.h>
vector float _erfcf4(vector float x);
Parameters  
x input vector

DESCRIPTION

The erfcf4 function returns a vector of complementary error functions.

RETURN VALUE

The erfcf4 function returns a float vector of the complementary error functions of the corresponding elements of x.

ENVIRONMENT

PPU and SPU

CONFORMING TO

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

NOTES

Basis

ISO9899 (C99) erfc functions.

SEE ALSO

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