sincos
Nelson H. F. Beebe
beebeamath.utah.edu
Wed Mar 17 05:21:06 PST 1999
Jim THomas <jimthomasacup.hp.com> asks which vendors offer
extern void sincos(double, double *, double *);
I made a simple test on my systems with this program
extern void sincos(double, double *, double *);
int main(void)
{
double c,s;
sincos(0.5,&s,&c);
return 0;
}
Compilation and linking with succeeded on these:
Sun SPARC Solaris 2.6
Sun SPARC SunOS 4.1.3
Linking failed to find sincos on these:
DEC Alpha OSF/1 3.2
HP 9000/735 HP-UX 10.01
IBM PowerPC AIX 4.2
Intel Pentium II MMX GNU/Linux 2.0.35
NeXT Turbostation Mach 3.3
SGI Indigo/2 IRIX 5.3
SGI O2 R10000-SC IRIX 6.3
SGI Origin 200 IRIX 6.4
-------------------------------------------------------------------------------
- Nelson H. F. Beebe Tel: +1 801 581 5254 -
- Center for Scientific Computing FAX: +1 801 585 1640, +1 801 581 4148 -
- University of Utah Internet e-mail: beebeamath.utah.edu -
- Department of Mathematics, 322 INSCC beebeaacm.org -
- 155 S 1400 E RM 233 beebeaieee.org -
- Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe -
-------------------------------------------------------------------------------
More information about the Numeric-interest
mailing list