This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: HELP!!!


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]