From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tom Filley" To: Subject: math.h Date: Wed, 12 Jan 2000 09:16:00 -0000 Message-id: <200001121715.MAA17241@delysid.gnu.org> X-SW-Source: 2000-01/msg00126.html I recently took up learning C and had a problem when trying to compile a program that called the pow() function and the sqrt() function. I thought those functions should have been in the math.h header file. My programs worked with the Microsoft compiler, but I would prefer to write programs for Linux. I have 3 computers with 3 different versions of Linux installed, but none of them have the math functions that I need (or that I know of at least). I have the versions of gcc that were included with Redhat 6.0, Redhat 6.1, and Mandrake 6.0. I was wondering if there is a new math.h file that I can download somewhere. If you know, please send me a link to it.   Thanks much,         Tom Filley         tafilley@home.com   From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tom Filley" To: Subject: math.h Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <200001121715.MAA17241@delysid.gnu.org> X-SW-Source: 2000-q1/msg00126.html Message-ID: <20000401000000.g1rS1dlU8uTW6_TSbKR2k_291txJ0200h2Z-JJ3hfCo@z> I recently took up learning C and had a problem when trying to compile a program that called the pow() function and the sqrt() function. I thought those functions should have been in the math.h header file. My programs worked with the Microsoft compiler, but I would prefer to write programs for Linux. I have 3 computers with 3 different versions of Linux installed, but none of them have the math functions that I need (or that I know of at least). I have the versions of gcc that were included with Redhat 6.0, Redhat 6.1, and Mandrake 6.0. I was wondering if there is a new math.h file that I can download somewhere. If you know, please send me a link to it.   Thanks much,         Tom Filley         tafilley@home.com Â