double tan(double R);
#include <stdio.h> #include <stdlib.h> #include <math.h> double R1; double R2; ... R2=tan(R1); ...
-2*M_PI
2*M_PI