mikroC
mikroC - C Compiler for Microchip PIC microcontrollers
making it simple...
sinh
Prototype | double sinh(double x); |
Description Function returns the hyperbolic sine of x, defined mathematically as
Prototype | double sqrt(double num); |
Description Function returns the non negative square root of num.
tanPrototype | double tan(double x); |
Description Function returns the tangent of x in radians. The return value spans the allowed range of floating point in mikroC.
tan
Prototype | double tanh(double x); |
Description Function returns the hyperbolic tangent of x, defined mathematically as sinh(x)/cosh(x).
page |
|
290 | MikroElektronika: Development tools - Books - Compilers |
|