Procedure call syntax:
#include <simdmath.h> |
vector double erfcd2(vector double x); |
Link with -lsimdmath |
Inline call syntax:
#include <simdmath.h> |
#include <erfcd2.h> |
vector double _erfcd2(vector double x); |
Parameters | |
x | input vector |
The erfcd2 function returns a vector of complementary error functions.
The erfcd2 function returns a double vector of the complementary error functions of the corresponding elements of x.
SPU only
SIMD Math library specification for the Cell Broadband Engineā¢ Architecture.
Basis
ISO9899 (C99) erfc functions.