mikroC - C Compiler for Microchip PIC microcontrollers
floor
Prototype
double floor(double num);
Description
Function returns value of parameter
frexp
Prototype
double frexp(double num, int *exp);
Description
Function splits a floating-point value
power of 2. Return value is the normalized fraction, and the integer
object pointed to by
ldexp
Prototype
double ldexp(double num, int exp);
Description
Function returns the result of multiplying the floating-point number
the power
log
Prototype
double log(double x);
Description
Function returns the natural logarithm of
page
288
.
exp
(i.e. returns
).
exp
exp
x*2
MikroElektronika: Development tools - Books - Compilers
rounded down to the nearest integer.
num
into a normalized fraction and an integral
num
(i.e.
).
x
log
(x)
e
mikroC
making it simple...
is stored in the
exp
by 2 raised to
num
Need help?
Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?