This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: HELP!!!
- To: quin2096 at canal21 dot com
- Subject: Re: HELP!!!
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Wed, 24 Nov 1999 23:04:05 +0100
- CC: gcc at gcc dot gnu dot org
- References: <34eca35aa3.35aa334eca@canal21.com>
> I don't know know if the function "pow" (originally included in
> math.h in the windows version) exists in Linux,and if it's called
> the same way or not.
> Could you help me?
Please understand that this list is on gcc, the C compiler, not about
the Linux C library. To find out how this function is used, please see
pow(3) (i.e. do 'man pow').
Hope this helps,
Martin