Datasheet
tan
tanh
549
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Libraries
mikroC PRO for AVR
CHAPTER 6
Prototype
double tan(double x);
Description
Function returns the tangent of x in radians. The return value spans the allowed
range of floating point in the mikroC PRO for AVR.
Prototype
double tanh(double x);
Description
Function returns the hyperbolic tangent of x, defined mathematically as
sinh(x)/cosh(x).