Hi! I have to use these fuctions arctan() and abs() but the compiler didnt find it in math.h . Is it in another library?
Is there a site that has a list of librarys and its functions?
arctan() and abs() functions
Moderator: Board moderators
Re: arctan() and abs() functions
Are you sure? arctan() -> atan()lobow wrote:Hi! I have to use these fuctions arctan() and abs() but the compiler didnt find it in math.h .
My C compiler support those functions.
-
- Guru
- Posts: 834
- Joined: Wed May 29, 2002 4:11 pm
- Location: Wroclaw, Poland
- Contact:
In "math.h" header is also function fabs() - absolute value for floating point numbers 
Best regards
DM

Best regards
DM
If you really want to get Accepted, try to think about possible, and after that - about impossible ... and you'll get, what you want ....
Born from ashes - restarting counter of problems (800+ solved problems)
Born from ashes - restarting counter of problems (800+ solved problems)