+ 3
how can I write the code of Sine?in cpp
I mean when you write sin(1) in calculator whith what equation it gives you the exact number
7 ответов
+ 8
+ 5
http://www.cplusplus.com/reference/cmath/sin/
+ 1
I mean what is that math equation for it
0
outputSin = sin (inputDeg * PI/180);
- please include math.h
0
One of the simple applications is to calculate the lengths or angles of a shape eg. triangle.
0
thank U guys