The UNIX and Linux Forums
>
Top Forums
>
High Level Programming
what is wrong with the log function in c?
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
what is wrong with the log function in c?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
05-02-2008
Franklin52
Moderator
Join Date: Feb 2007
Posts: 1,561
Have you compiled the program with the -lm option?
Code:
cc program.c -o program -lm
Regards
Franklin52
View Public Profile
Find all posts by Franklin52