mikroC
making it simple...
log10
Prototype
double log10(double x);
Description
Function returns the base-10 logarithm of
modf
Prototype
double modf(double num, double *whole);
Description
Function returns the signed fractional component of
component into the variable pointed to by
pow
Prototype
double pow(double x, double y);
Description
Function returns the value of
function will automatically cast the y into
sin
Prototype
double sin(double x);
Description
Function returns the sine of
MikroElektronika: Development tools - Books - Compilers
mikroC - C Compiler for Microchip PIC microcontrollers
(i.e.
x
log
10
num
.
whole
raised to the power of y (i.e.
x
unsigned long
in radians. The return value is from -1 to 1.
x
).
(x)
, placing its whole number
). If the
is negative,
y
x
x
.
page
289
Need help?
Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?