mikroC
making it simple...
log10mikroC - C Compiler for Microchip PIC microcontrollers
Prototype | double log10(double x); |
Description Function returns the
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.
powPrototype | double pow(double x, double y); |
Description Function returns the value of x raised to the power of y (i.e. xy). If the x is negative, function will automatically cast the y into unsigned long.
sinPrototype | double sin(double x); |
Description Function returns the sine of x in radians. The return value is from
|
| page |
|
MikroElektronika: Development tools - Books - Compilers | 289 | ||
|
|