[ Langage C ] - Programmation
Marsh 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].
Marsh Posté le 09-11-2001 à 13:07:04
Je cherche le fonction inverse du sinus.
sin-1(alpha)? se traduit comment en c?
Merci.