Les Fonctions ‘ilogb ()’ renvoient l’exposant de leurs arguments en virgule flottante comme un entier signé.

Author:
Les Fonctions 'ilogb ()' renvoient l'exposant de leurs arguments en virgule flottante comme un entier signé.
/*
 
#include <math.h>
int ilogb ( double x  )
int ilogbf ( float x  )
int ilogbl ( long double x  )