|
��������
sinh, cosh, tanh - ��������������� �������
���������
#include <math.h> double sinh (x) double x; double cosh (x) double x; double tanh (x) double x;
��������
������� sinh, cosh � tanh ����������, ��������������,
�������� ���������������� ������, �������� � ��������
������ ���������.
��. �����
matherr(3M).
�����������
������� sinh � cosh ���������� �������� HUGE (sinh ����� ������ -HUGE ��� ������������� x), ���� ������������� ��������������� �������� �������� � ������������.
���������� errno ������������� �������� ERANGE.
���������� ��������� ��������� ������ ����� ���� �������� ����������� ������� matherr(3M).
|