C/C++: Retourner la tangente hyperbolique d’une valeur avec la fonction ‘tanh( )’

Author:
C/C++: Retourner la tangente hyperbolique d'une valeur avec la fonction 'tanh( )'
#include <math.h>
#include <stdio.h>
 
int main(void)
{
  double val = 5.0;
 
  do 
  {
    printf("T