Zilog ZUSBOPTS Bedienungsanleitung Seite 480

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 520
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 479
Standard Functions UM017105-0511
452
Zilog Developer Studio II – ZNEO™
User Manual
tan, tanf
The tangent of x (measured in radians). A large magnitude argument can yield a result
with little or no significance.
Synopsis
#include <math.h>
double tan(double x);
float tanf(float x);
Returns
The tangent value.
Example
double x=2.22;
double y;
y=tan(x);
tanh, tanhf
Computes the hyperbolic tangent of x.
Synopsis
#include <math.h>
double tanh(double x);
float tanhf(float x);
Returns
The hyperbolic tangent of x.
Example
double x=2.22;
double y;
y=tanh(x);
tolower
Converts an uppercase letter to the corresponding lowercase letter.
Seitenansicht 479
1 2 ... 475 476 477 478 479 480 481 482 483 484 485 ... 519 520

Kommentare zu diesen Handbüchern

Keine Kommentare