Zilog ZUSBOPTS Uživatelský manuál Strana 451

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 520
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 450
1 2 ... 446 447 448 449 450 451 452 453 454 455 456 ... 519 520

Komentáře k této Příručce

Žádné komentáře