1) I used default modes. 2) Tested on 64-bit Linux (Ubuntu 9.04). Are there any options I need to set? Thanks. Jaewon /* =============================== */ MKL_INT n =2;
double a[2] = {-709.0578, 0.0}, y[2];
vmlClearErrStatus();vdCosh(n, a, y);
err = vmlGetErrStatus();



