Abl-electronic PIC Microcontrollers PIC16 Bedienungsanleitung Seite 297

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 312
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 296
MikroElektronika:
Development
tools
-
Books
-
Compilers
289
page
mikroC
- C Compiler for Microchip PIC microcontrollers
mikroC
making it simple...
Prototype
double log10(double x);
Description Function returns the base-10 logarithm of x (i.e. log
10
(x)).
log10
Prototype
double modf(double num, double *whole);
Description Function returns the signed fractional component of num, placing its whole number
component into the variable pointed to by whole.
modf
Prototype
double pow(double x, double y);
Description Function returns the value of x raised to the power of y (i.e. x
y
). If the x is negative,
function will automatically cast the y into unsigned long.
pow
Prototype
double sin(double x);
Description Function returns the sine of x in radians. The return value is from -1 to 1.
sin
Seitenansicht 296
1 2 ... 292 293 294 295 296 297 298 299 300 301 302 ... 311 312

Kommentare zu diesen Handbüchern

Keine Kommentare