Zilog ZUSBOPTS Manual de usuario Pagina 451

  • 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 450
UM017105-0511 Standard Functions
Zilog Developer Studio II – ZNEO™
User Manual
423
isxdigit
Tests for any hexadecimal digit '0' to '9' and 'A' to 'F'.
Synopsis
#include <ctype.h>
int isxdigit(int c);
Example
int r;
char c='f';
r=isxdigit(c);
labs
Computes the absolute value of a long int j.
Synopsis
#include <stdlib.h>
long labs(long j);
Example
long i=-193250;
long j
j=labs(i);
ldexp, ldexpf
Multiplies a floating-point number by an integral power of 2. A range error can occur.
Synopsis
#include <math.h>
double ldexp(double x, int exp);
float ldexpf(float x, int exp);
Returns
The value of x times 2 raised to the power of exp.
Vista de pagina 450
1 2 ... 446 447 448 449 450 451 452 453 454 455 456 ... 519 520

Comentarios a estos manuales

Sin comentarios