mikroC - C Compiler for Microchip PIC microcontrollers
sinh
Prototype
double sinh(double x);
Description
Function returns the hyperbolic sine of
value of
sqrt
Prototype
double sqrt(double num);
Description
Function returns the non negative square root of
tan
Prototype
double tan(double x);
Description
Function returns the tangent of
floating point in mikroC.
tan
Prototype
double tanh(double x);
Description
Function returns the hyperbolic tangent of
sinh(x)/cosh(x)
page
290
is too large (if overflow occurs), the function fails.
x
in radians. The return value spans the allowed range of
x
.
MikroElektronika: Development tools - Books - Compilers
, defined mathematically as
x
.
num
, defined mathematically as
x
mikroC
making it simple...
. If the
x
-x
(e
-e
)/2
Need help?
Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?