mikroC
mikroC - C Compiler for Microchip PIC microcontrollers
making it simple...
Prototype | double floor(double num); |
Description Function returns value of parameter num rounded down to the nearest integer.
frexpPrototype | double frexp(double num, int *exp); |
Description Function splits a
Prototype | double ldexp(double num, int exp); |
Description Function returns the result of multiplying the
Prototype | double log(double x); |
Description Function returns the natural logarithm of x (i.e. loge(x)).
page |
|
288 | MikroElektronika: Development tools - Books - Compilers |
|