Zilog ZUSBOPTS Manual de usuario Pagina 436

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 520
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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].
Vista de pagina 435
1 2 ... 431 432 433 434 435 436 437 438 439 440 441 ... 519 520

Comentarios a estos manuales

Sin comentarios