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 |
The erfd2 function returns a vector of the error functions of the corresponding elements of x.
The erfd2 function returns a double vector containing the error functions of the corresponding elements of x.
SPU only
SIMD Math library specification for the Cell Broadband Engine⢠Architecture.
Basis
ISO9899 (C99) erf functions.