![]() ![]() | ![]() |
version 1.36, 2011/08/01 08:07:55 | version 1.37, 2011/08/01 10:01:37 |
---|---|
Line 3661 formateur_reel(struct_processus *s_etat_ | Line 3661 formateur_reel(struct_processus *s_etat_ |
} | } |
# endif | # endif |
if (isnan((*((real8 *) valeur_numerique)))) | |
{ | |
strcpy(chaine, "undef"); | |
return(chaine); | |
} | |
tampon_reel = *((real8 *) valeur_numerique); | tampon_reel = *((real8 *) valeur_numerique); |
if (tampon_reel > ((real8) 0)) | if (tampon_reel > ((real8) 0)) |