Advertisement

Where in math.h are the inverse trig functions

Started by December 02, 2002 01:39 PM
0 comments, last by Nathaniel Hammen 22 years, 2 months ago
The title says it all. I need to find an angle from a slope, and for that I need tan-1(). -------------------------------------- I am the master of stories..... If only I could just write them down...
I am the master of ideas.....If only I could write them down...
Try one of these:

atan(), atanf()
atan2(), atan2f()

atan means arc-tan (aka inverse)

This topic is closed to new replies.

Advertisement