Abl-electronic PIC Microcontrollers PIC16 Bedienungsanleitung Seite 298

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 312
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 297
mikroC
- C Compiler for Microchip PIC microcontrollers
mikroC
making it simple...
290
MikroElektronika:
Development
tools
-
Books
-
Compilers
page
Prototype
double sinh(double x);
Description
Function returns the hyperbolic sine of x, defined mathematically as (e
x
-e
-x
)/2. If the
value of
x is too large (if overflow occurs), the function fails.
sinh
Prototype
double sqrt(double num);
Description Function returns the non negative square root of num.
sqrt
Prototype
double tan(double x);
Description Function returns the tangent of x in radians. The return value spans the allowed range of
floating point in mikroC.
tan
Prototype
double tanh(double x);
Description Function returns the hyperbolic tangent of x, defined mathematically as
sinh(x)/cosh(x).
tan
Seitenansicht 297
1 2 ... 293 294 295 296 297 298 299 300 301 302 303 ... 311 312

Kommentare zu diesen Handbüchern

Keine Kommentare