Sun offers extern void sincos(double, double *, double *); in sunmath.h. Which other vendors offer such a function, which computes sin and cos of a common argument? Do they use the same name and parameter sequence as above (presumably the second and third parameters points to the sine and cosine, respectively, of the first parameter)? -Jim