Zilog ZUSBOPTS Manuel d'utilisateur Page 436

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 520
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 435
Standard Functions UM017105-0511
408
Zilog Developer Studio II – ZNEO™
User Manual
Returns
The absolute value.
Example
int I=-5632;
int j;
j=abs(I);
acos, acosf
Computes the principal value of the arc cosine of x. A domain error occurs for arguments
not in the range [-1,+1].
Synopsis
#include <math.h>
double acos(double x);
float acosf(float x);
Returns
The arc cosine in the range [0, pi].
Example
double y=0.5635;
double x;
x=acos(y)
asin, asinf
Computes the principal value of the arc sine of x. A domain error occurs for arguments not
in the range [-1,+1].
Synopsis
#include <math.h>
double asin(double x);
float asinf(float x);
Returns
The arc sine in the range [-pi/2,+pi/2].
Vue de la page 435
1 2 ... 431 432 433 434 435 436 437 438 439 440 441 ... 519 520

Commentaires sur ces manuels

Pas de commentaire