Search:
Forum
General C++ Programming
Arctan formula
Arctan formula
Feb 18, 2010 at 3:42am UTC
ohsnap1319
(94)
Does anyone know how to code the arctan of a number in C++??
Feb 18, 2010 at 3:46am UTC
Disch
(13742)
http://cplusplus.com/reference/clibrary/cmath/atan/
or
http://cplusplus.com/reference/clibrary/cmath/atan2/
part of <cmath>:
http://cplusplus.com/reference/clibrary/cmath/
Feb 18, 2010 at 3:48am UTC
ohsnap1319
(94)
thanks!
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs