Je cherche le fonction inverse du sinus. sin-1(alpha)? se traduit comment en c?
Merci.
Publicité
Posté le 09-11-2001 à 13:07:04
flo850
moi je
Posté le 09-11-2001 à 13:31:32
#include <math.h>
double asin (double x);
The asin() and asinf() functions compute the principal value of the arc
sine of x in the interval [-pi/2,pi/2] radians. The value of x must be in
the domain [-1,1].